Html Css Color HEX #0CAB64 Jade

📋 copy color: '#0CAB64'

red 12 ◦ green 171 ◦ blue 100

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

Shades of Jade #0CAB64

Tints of Jade #0CAB64

RGB

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

 GREEN value IS 171 (67.19% from 255) = 60.42%

 BLUE value IS 100 (39.45% from 255) = 35.34%

R = 4.24%
G = 60.42%
B = 35.34%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#0CAB64 (or 0x0CAB64) is known color: Jade. HEX triplet: 0C, AB and 64. RGB value is (12,171,100). Sum of RGB (Red+Green+Blue) = 12+171+100=283 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.24% from 283); Green value is 171 (67.19% from 255 or 60.42% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAB64 is #F3549B. Grayscale: #737373. Windows color (decimal): -15946908 or 6597388. OLE color: 6597388.

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

Color convert

RGB 12 171 100 -
CMYK 0.93 0 0.42 0.33
HSL 153.21º 0.87% 0.36% -
HSV(B) 153.21º 0.93% 0.67% -
XYZ 17.01 30.12 16.97 -
YUV 115.37 119.32 54.27 -
System Red Green Blue C M Y K H S L
Decimal 12 171 100 0.93 0 0.42 0.33 153.21 0.87 0.36
Hex C AB 64 5D 0 2A 21 99 57 24
Octal 14 253 144 135 0 52 41 231 127 44
Binary 1100 10101011 1100100 1011101 0 101010 100001 10011001 1010111 100100

Color Harmonies of #0CAB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB64

Black with #0CAB64

Text Example


Text Example

White with #0CAB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,171,100); }

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

background-color css

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

 a { background-color: rgb(12,171,100); }

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

border-color css

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

 span { border-color: rgb(12,171,100); }

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