Html Css Color HEX #0CB775 Jade

📋 copy color: '#0CB775'

red 12 ◦ green 183 ◦ blue 117

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

Shades of Jade #0CB775

Tints of Jade #0CB775

RGB

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

 GREEN value IS 183 (71.88% from 255) = 58.65%

 BLUE value IS 117 (46.09% from 255) = 37.5%

R = 3.85%
G = 58.65%
B = 37.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#0CB775 (or 0x0CB775) is known color: Jade. HEX triplet: 0C, B7 and 75. RGB value is (12,183,117). Sum of RGB (Red+Green+Blue) = 12+183+117=312 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.85% from 312); Green value is 183 (71.88% from 255 or 58.65% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB775 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB775 is #F3488A. Grayscale: #7C7C7C. Windows color (decimal): -15943819 or 7714572. OLE color: 7714572.

HSL color Cylindrical-coordinate representation of color #0CB775: hue angle of 156.84º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB775 is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 183 117 -
CMYK 0.93 0 0.36 0.28
HSL 156.84º 0.88% 0.38% -
HSV(B) 156.84º 0.93% 0.72% -
XYZ 20.3 35.23 22.56 -
YUV 124.35 123.85 47.87 -
System Red Green Blue C M Y K H S L
Decimal 12 183 117 0.93 0 0.36 0.28 156.84 0.88 0.38
Hex C B7 75 5D 0 24 1C 9D 58 26
Octal 14 267 165 135 0 44 34 235 130 46
Binary 1100 10110111 1110101 1011101 0 100100 11100 10011101 1011000 100110

Color Harmonies of #0CB775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB775

Black with #0CB775

Text Example


Text Example

White with #0CB775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,183,117); }

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

background-color css

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

 a { background-color: rgb(12,183,117); }

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

border-color css

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

 span { border-color: rgb(12,183,117); }

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