Html Css Color HEX #0CB471 Jade

📋 copy color: '#0CB471'

red 12 ◦ green 180 ◦ blue 113

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

Shades of Jade #0CB471

Tints of Jade #0CB471

RGB

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

 GREEN value IS 180 (70.7% from 255) = 59.02%

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

R = 3.93%
G = 59.02%
B = 37.05%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#0CB471 (or 0x0CB471) is known color: Jade. HEX triplet: 0C, B4 and 71. RGB value is (12,180,113). Sum of RGB (Red+Green+Blue) = 12+180+113=305 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.93% from 305); Green value is 180 (70.70% from 255 or 59.02% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB471 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB471 is #F34B8E. Grayscale: #7A7A7A. Windows color (decimal): -15944591 or 7451660. OLE color: 7451660.

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

Color convert

RGB 12 180 113 -
CMYK 0.93 0 0.37 0.29
HSL 156.07º 0.88% 0.38% -
HSV(B) 156.07º 0.93% 0.71% -
XYZ 19.45 33.91 21.14 -
YUV 122.13 122.84 49.45 -
System Red Green Blue C M Y K H S L
Decimal 12 180 113 0.93 0 0.37 0.29 156.07 0.88 0.38
Hex C B4 71 5D 0 25 1D 9C 58 26
Octal 14 264 161 135 0 45 35 234 130 46
Binary 1100 10110100 1110001 1011101 0 100101 11101 10011100 1011000 100110

Color Harmonies of #0CB471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB471

Black with #0CB471

Text Example


Text Example

White with #0CB471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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