Html Css Color HEX #0CAE73 Jade

📋 copy color: '#0CAE73'

red 12 ◦ green 174 ◦ blue 115

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

Shades of Jade #0CAE73

Tints of Jade #0CAE73

RGB

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

 GREEN value IS 174 (68.36% from 255) = 57.81%

 BLUE value IS 115 (45.31% from 255) = 38.21%

R = 3.99%
G = 57.81%
B = 38.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#0CAE73 (or 0x0CAE73) is known color: Jade. HEX triplet: 0C, AE and 73. RGB value is (12,174,115). Sum of RGB (Red+Green+Blue) = 12+174+115=301 (39% of max value = 765). Red value is 12 (5.08% from 255 or 3.99% from 301); Green value is 174 (68.36% from 255 or 57.81% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAE73 is #F3518C. Grayscale: #767676. Windows color (decimal): -15946125 or 7581196. OLE color: 7581196.

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

Color convert

RGB 12 174 115 -
CMYK 0.93 0 0.34 0.32
HSL 158.15º 0.87% 0.36% -
HSV(B) 158.15º 0.93% 0.68% -
XYZ 18.38 31.59 21.35 -
YUV 118.84 125.83 51.8 -
System Red Green Blue C M Y K H S L
Decimal 12 174 115 0.93 0 0.34 0.32 158.15 0.87 0.36
Hex C AE 73 5D 0 22 20 9E 57 24
Octal 14 256 163 135 0 42 40 236 127 44
Binary 1100 10101110 1110011 1011101 0 100010 100000 10011110 1010111 100100

Color Harmonies of #0CAE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAE73

Black with #0CAE73

Text Example


Text Example

White with #0CAE73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,174,115); }

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

background-color css

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

 a { background-color: rgb(12,174,115); }

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

border-color css

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

 span { border-color: rgb(12,174,115); }

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