Html Css Color HEX #0CAD74 Jade

📋 copy color: '#0CAD74'

red 12 ◦ green 173 ◦ blue 116

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

Shades of Jade #0CAD74

Tints of Jade #0CAD74

RGB

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

 GREEN value IS 173 (67.97% from 255) = 57.48%

 BLUE value IS 116 (45.7% from 255) = 38.54%

R = 3.99%
G = 57.48%
B = 38.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#0CAD74 (or 0x0CAD74) is known color: Jade. HEX triplet: 0C, AD and 74. RGB value is (12,173,116). Sum of RGB (Red+Green+Blue) = 12+173+116=301 (39% of max value = 765). Red value is 12 (5.08% from 255 or 3.99% from 301); Green value is 173 (67.97% from 255 or 57.48% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 173 - color contains mainly: green. Hex color #0CAD74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAD74 is #F3528B. Grayscale: #767676. Windows color (decimal): -15946380 or 7646476. OLE color: 7646476.

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

Color convert

RGB 12 173 116 -
CMYK 0.93 0 0.33 0.32
HSL 158.76º 0.87% 0.36% -
HSV(B) 158.76º 0.93% 0.68% -
XYZ 18.25 31.23 21.59 -
YUV 118.36 126.66 52.13 -
System Red Green Blue C M Y K H S L
Decimal 12 173 116 0.93 0 0.33 0.32 158.76 0.87 0.36
Hex C AD 74 5D 0 21 20 9F 57 24
Octal 14 255 164 135 0 41 40 237 127 44
Binary 1100 10101101 1110100 1011101 0 100001 100000 10011111 1010111 100100

Color Harmonies of #0CAD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAD74

Black with #0CAD74

Text Example


Text Example

White with #0CAD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,173,116); }

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

background-color css

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

 a { background-color: rgb(12,173,116); }

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

border-color css

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

 span { border-color: rgb(12,173,116); }

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