Html Css Color HEX #0CAD66 Jade

📋 copy color: '#0CAD66'

red 12 ◦ green 173 ◦ blue 102

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

Shades of Jade #0CAD66

Tints of Jade #0CAD66

RGB

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

 GREEN value IS 173 (67.97% from 255) = 60.28%

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

R = 4.18%
G = 60.28%
B = 35.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#0CAD66 (or 0x0CAD66) is known color: Jade. HEX triplet: 0C, AD and 66. RGB value is (12,173,102). Sum of RGB (Red+Green+Blue) = 12+173+102=287 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.18% from 287); Green value is 173 (67.97% from 255 or 60.28% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 173 - color contains mainly: green. Hex color #0CAD66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAD66 is #F35299. Grayscale: #747474. Windows color (decimal): -15946394 or 6728972. OLE color: 6728972.

HSL color Cylindrical-coordinate representation of color #0CAD66: hue angle of 153.54º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAD66 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 12 173 102 -
CMYK 0.93 0 0.41 0.32
HSL 153.54º 0.87% 0.36% -
HSV(B) 153.54º 0.93% 0.68% -
XYZ 17.49 30.92 17.62 -
YUV 116.77 119.66 53.27 -
System Red Green Blue C M Y K H S L
Decimal 12 173 102 0.93 0 0.41 0.32 153.54 0.87 0.36
Hex C AD 66 5D 0 29 20 9A 57 24
Octal 14 255 146 135 0 51 40 232 127 44
Binary 1100 10101101 1100110 1011101 0 101001 100000 10011010 1010111 100100

Color Harmonies of #0CAD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAD66

Black with #0CAD66

Text Example


Text Example

White with #0CAD66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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