Html Css Color HEX #0CA866 Jade

📋 copy color: '#0CA866'

red 12 ◦ green 168 ◦ blue 102

#0CA866
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #0CA866

Tints of Jade #0CA866

RGB

 RED value IS 12 (5.08% from 255) = 4.26%

 GREEN value IS 168 (66.02% from 255) = 59.57%

 BLUE value IS 102 (40.23% from 255) = 36.17%

R = 4.26%
G = 59.57%
B = 36.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#0CA866 (or 0x0CA866) is known color: Jade. HEX triplet: 0C, A8 and 66. RGB value is (12,168,102). Sum of RGB (Red+Green+Blue) = 12+168+102=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 168 (66.02% from 255 or 59.57% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 168 - color contains mainly: green. Hex color #0CA866 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA866 is #F35799. Grayscale: #717171. Windows color (decimal): -15947674 or 6727692. OLE color: 6727692.

HSL color Cylindrical-coordinate representation of color #0CA866: hue angle of 154.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 #0CA866 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB 12 168 102 -
CMYK 0.93 0 0.39 0.34
HSL 154.62º 0.87% 0.35% -
HSV(B) 154.62º 0.93% 0.66% -
XYZ 16.55 29.04 17.3 -
YUV 113.83 121.32 55.37 -
System Red Green Blue C M Y K H S L
Decimal 12 168 102 0.93 0 0.39 0.34 154.62 0.87 0.35
Hex C A8 66 5D 0 27 22 9B 57 23
Octal 14 250 146 135 0 47 42 233 127 43
Binary 1100 10101000 1100110 1011101 0 100111 100010 10011011 1010111 100011

Color Harmonies of #0CA866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA866

Black with #0CA866

Text Example


Text Example

White with #0CA866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0CA866;
 }
 .AnyTagClassName
 {
   color: #0CA866;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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