Html Css Color HEX #0CB171 Jade

📋 copy color: '#0CB171'

red 12 ◦ green 177 ◦ blue 113

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

Shades of Jade #0CB171

Tints of Jade #0CB171

RGB

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

 GREEN value IS 177 (69.53% from 255) = 58.61%

 BLUE value IS 113 (44.53% from 255) = 37.42%

R = 3.97%
G = 58.61%
B = 37.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#0CB171 (or 0x0CB171) is known color: Jade. HEX triplet: 0C, B1 and 71. RGB value is (12,177,113). Sum of RGB (Red+Green+Blue) = 12+177+113=302 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.97% from 302); Green value is 177 (69.53% from 255 or 58.61% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB171 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CB171 is #F34E8E. Grayscale: #787878. Windows color (decimal): -15945359 or 7450892. OLE color: 7450892.

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

Color convert

RGB 12 177 113 -
CMYK 0.93 0 0.36 0.31
HSL 156.73º 0.87% 0.37% -
HSV(B) 156.73º 0.93% 0.69% -
XYZ 18.85 32.71 20.94 -
YUV 120.37 123.84 50.7 -
System Red Green Blue C M Y K H S L
Decimal 12 177 113 0.93 0 0.36 0.31 156.73 0.87 0.37
Hex C B1 71 5D 0 24 1F 9D 57 25
Octal 14 261 161 135 0 44 37 235 127 45
Binary 1100 10110001 1110001 1011101 0 100100 11111 10011101 1010111 100101

Color Harmonies of #0CB171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB171

Black with #0CB171

Text Example


Text Example

White with #0CB171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,177,113); }

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

background-color css

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

 a { background-color: rgb(12,177,113); }

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

border-color css

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

 span { border-color: rgb(12,177,113); }

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