Html Css Color HEX #0CAB61 Jade

📋 copy color: '#0CAB61'

red 12 ◦ green 171 ◦ blue 97

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

Shades of Jade #0CAB61

Tints of Jade #0CAB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.64%

R = 4.29%
G = 61.07%
B = 34.64%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#0CAB61 (or 0x0CAB61) is known color: Jade. HEX triplet: 0C, AB and 61. RGB value is (12,171,97). Sum of RGB (Red+Green+Blue) = 12+171+97=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 171 (67.19% from 255 or 61.07% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAB61 is #F3549E. Grayscale: #737373. Windows color (decimal): -15946911 or 6400780. OLE color: 6400780.

HSL color Cylindrical-coordinate representation of color #0CAB61: hue angle of 152.08º 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 #0CAB61 is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 171 97 -
CMYK 0.93 0 0.43 0.33
HSL 152.08º 0.87% 0.36% -
HSV(B) 152.08º 0.93% 0.67% -
XYZ 16.87 30.07 16.22 -
YUV 115.02 117.82 54.52 -
System Red Green Blue C M Y K H S L
Decimal 12 171 97 0.93 0 0.43 0.33 152.08 0.87 0.36
Hex C AB 61 5D 0 2B 21 98 57 24
Octal 14 253 141 135 0 53 41 230 127 44
Binary 1100 10101011 1100001 1011101 0 101011 100001 10011000 1010111 100100

Color Harmonies of #0CAB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB61

Black with #0CAB61

Text Example


Text Example

White with #0CAB61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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