#0CA33A

Color #0CA33A Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0CA33A

Tints of Pigment Green #0CA33A

Color information

#0CA33A (or 0x0CA33A) is unknown color: approx Pigment Green. HEX triplet: 0C, A3 and 3A. RGB value is (12,163,58). Sum of RGB (Red+Green+Blue) = 12+163+58=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 163 (64.06% from 255 or 69.96% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA33A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA33A is #F35CC5. Grayscale: #6A6A6A. Windows color (decimal): -15948998 or 3842828. OLE color: 3842828.

HSL color Cylindrical-coordinate representation of color #0CA33A: hue angle of 138.28º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA33A is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB1216358-
CMYK0.9300.640.36
HSL138.28º86.29%34.31%-
HSV(B)138.28º92.64%63.92%-
XYZ14.0126.588.39-
YUV105.88100.9761.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 5.15%
GREEN value IS 163 (64.06% from 255) = 69.96%
BLUE value IS 58 (23.05% from 255) = 24.89%
R=5.15%
G=69.96%
B=24.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12163580.9300.640.36138.2886.2934.31
HexCA33A5D040248a5622
Octal142437213501004421212642
Binary110010100011111010101110101000000100100100010101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CA33A; }

 p { color: rgb(12,163,58); }

 H1.HeaderClassName
 {
   color: #0CA33A;
 }
 .AnyTagClassName
 {
   color: #0CA33A;
 }
</style>
background-color css

<style>
 a { background-color: #0CA33A; }

 a { background-color: rgb(12,163,58); }

 div.DivClassName
 {
   background-color: #0CA33A;
 }
 .BgClassName
 {
   background-color: #0CA33A;
 }
</style>
border-color css

<style>
 span { border-color: #0CA33A; }

 span { border-color: rgb(12,163,58); }

 td.TdClassName
 {
   border-color: #0CA33A;
 }
 .TagClassName
 {
   border-color: #0CA33A;
 }
</style>