Html Css Color HEX #0CB771 Jade

📋 copy color: '#0CB771'

red 12 ◦ green 183 ◦ blue 113

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

Shades of Jade #0CB771

Tints of Jade #0CB771

RGB

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

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

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

R = 3.9%
G = 59.42%
B = 36.69%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#0CB771 (or 0x0CB771) is known color: Jade. HEX triplet: 0C, B7 and 71. RGB value is (12,183,113). Sum of RGB (Red+Green+Blue) = 12+183+113=308 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.90% from 308); Green value is 183 (71.88% from 255 or 59.42% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB771 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB771 is #F3488E. Grayscale: #7C7C7C. Windows color (decimal): -15943823 or 7452428. OLE color: 7452428.

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

Color convert

RGB 12 183 113 -
CMYK 0.93 0 0.38 0.28
HSL 155.44º 0.88% 0.38% -
HSV(B) 155.44º 0.93% 0.72% -
XYZ 20.07 35.14 21.35 -
YUV 123.89 121.85 48.19 -
System Red Green Blue C M Y K H S L
Decimal 12 183 113 0.93 0 0.38 0.28 155.44 0.88 0.38
Hex C B7 71 5D 0 26 1C 9B 58 26
Octal 14 267 161 135 0 46 34 233 130 46
Binary 1100 10110111 1110001 1011101 0 100110 11100 10011011 1011000 100110

Color Harmonies of #0CB771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB771

Black with #0CB771

Text Example


Text Example

White with #0CB771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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