Html Css Color HEX #0CB475 Jade

📋 copy color: '#0CB475'

red 12 ◦ green 180 ◦ blue 117

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

Shades of Jade #0CB475

Tints of Jade #0CB475

RGB

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

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

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

R = 3.88%
G = 58.25%
B = 37.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#0CB475 (or 0x0CB475) is known color: Jade. HEX triplet: 0C, B4 and 75. RGB value is (12,180,117). Sum of RGB (Red+Green+Blue) = 12+180+117=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 180 (70.70% from 255 or 58.25% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB475 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB475 is #F34B8A. Grayscale: #7A7A7A. Windows color (decimal): -15944587 or 7713804. OLE color: 7713804.

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

Color convert

RGB 12 180 117 -
CMYK 0.93 0 0.35 0.29
HSL 157.5º 0.88% 0.38% -
HSV(B) 157.5º 0.93% 0.71% -
XYZ 19.68 34.01 22.36 -
YUV 122.59 124.84 49.12 -
System Red Green Blue C M Y K H S L
Decimal 12 180 117 0.93 0 0.35 0.29 157.5 0.88 0.38
Hex C B4 75 5D 0 23 1D 9E 58 26
Octal 14 264 165 135 0 43 35 236 130 46
Binary 1100 10110100 1110101 1011101 0 100011 11101 10011110 1011000 100110

Color Harmonies of #0CB475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB475

Black with #0CB475

Text Example


Text Example

White with #0CB475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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