Html Css Color HEX #0CAB6F Jade

📋 copy color: '#0CAB6F'

red 12 ◦ green 171 ◦ blue 111

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

Shades of Jade #0CAB6F

Tints of Jade #0CAB6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.76%

R = 4.08%
G = 58.16%
B = 37.76%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#0CAB6F (or 0x0CAB6F) is known color: Jade. HEX triplet: 0C, AB and 6F. RGB value is (12,171,111). Sum of RGB (Red+Green+Blue) = 12+171+111=294 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.08% from 294); Green value is 171 (67.19% from 255 or 58.16% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAB6F is #F35490. Grayscale: #747474. Windows color (decimal): -15946897 or 7318284. OLE color: 7318284.

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

Color convert

RGB 12 171 111 -
CMYK 0.93 0 0.35 0.33
HSL 157.36º 0.87% 0.36% -
HSV(B) 157.36º 0.93% 0.67% -
XYZ 17.58 30.35 19.97 -
YUV 116.62 124.82 53.38 -
System Red Green Blue C M Y K H S L
Decimal 12 171 111 0.93 0 0.35 0.33 157.36 0.87 0.36
Hex C AB 6F 5D 0 23 21 9D 57 24
Octal 14 253 157 135 0 43 41 235 127 44
Binary 1100 10101011 1101111 1011101 0 100011 100001 10011101 1010111 100100

Color Harmonies of #0CAB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB6F

Black with #0CAB6F

Text Example


Text Example

White with #0CAB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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