Html Css Color HEX #0CAC6B Jade

📋 copy color: '#0CAC6B'

red 12 ◦ green 172 ◦ blue 107

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

Shades of Jade #0CAC6B

Tints of Jade #0CAC6B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 59.11%

 BLUE value IS 107 (42.19% from 255) = 36.77%

R = 4.12%
G = 59.11%
B = 36.77%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#0CAC6B (or 0x0CAC6B) is known color: Jade. HEX triplet: 0C, AC and 6B. RGB value is (12,172,107). Sum of RGB (Red+Green+Blue) = 12+172+107=291 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.12% from 291); Green value is 172 (67.58% from 255 or 59.11% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC6B is #F35394. Grayscale: #747474. Windows color (decimal): -15946645 or 7056396. OLE color: 7056396.

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

Color convert

RGB 12 172 107 -
CMYK 0.93 0 0.38 0.33
HSL 155.63º 0.87% 0.36% -
HSV(B) 155.63º 0.93% 0.67% -
XYZ 17.56 30.64 18.9 -
YUV 116.75 122.49 53.29 -
System Red Green Blue C M Y K H S L
Decimal 12 172 107 0.93 0 0.38 0.33 155.63 0.87 0.36
Hex C AC 6B 5D 0 26 21 9C 57 24
Octal 14 254 153 135 0 46 41 234 127 44
Binary 1100 10101100 1101011 1011101 0 100110 100001 10011100 1010111 100100

Color Harmonies of #0CAC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC6B

Black with #0CAC6B

Text Example


Text Example

White with #0CAC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,172,107); }

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

background-color css

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

 a { background-color: rgb(12,172,107); }

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

border-color css

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

 span { border-color: rgb(12,172,107); }

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