#0CA83F

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

Shades of Pigment Green #0CA83F

Tints of Pigment Green #0CA83F

Color information

#0CA83F (or 0x0CA83F) is unknown color: approx Pigment Green. HEX triplet: 0C, A8 and 3F. RGB value is (12,168,63). Sum of RGB (Red+Green+Blue) = 12+168+63=243 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.94% from 243); Green value is 168 (66.02% from 255 or 69.14% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 168 - color contains mainly: green. Hex color #0CA83F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA83F is #F357C0. Grayscale: #6D6D6D. Windows color (decimal): -15947713 or 4171788. OLE color: 4171788.

HSL color Cylindrical-coordinate representation of color #0CA83F: hue angle of 139.62º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA83F is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB1216863-
CMYK0.9300.630.34
HSL139.62º86.67%35.29%-
HSV(B)139.62º92.86%65.88%-
XYZ15.0528.449.4-
YUV109.39101.8258.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.94%
GREEN value IS 168 (66.02% from 255) = 69.14%
BLUE value IS 63 (25% from 255) = 25.93%
R=4.94%
G=69.14%
B=25.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal12168630.9300.630.34139.6286.6735.29
HexCA83F5D03F228c5723
Octal14250771350774221412743
Binary11001010100011111110111010111111100010100011001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,168,63); }

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

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

 a { background-color: rgb(12,168,63); }

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

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

 span { border-color: rgb(12,168,63); }

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