Html Css Color HEX #0CAE74 Jade

📋 copy color: '#0CAE74'

red 12 ◦ green 174 ◦ blue 116

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

Shades of Jade #0CAE74

Tints of Jade #0CAE74

RGB

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

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

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

R = 3.97%
G = 57.62%
B = 38.41%

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

#0CAE74 (or 0x0CAE74) is known color: Jade. HEX triplet: 0C, AE and 74. RGB value is (12,174,116). Sum of RGB (Red+Green+Blue) = 12+174+116=302 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.97% from 302); Green value is 174 (68.36% from 255 or 57.62% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAE74 is #F3518B. Grayscale: #777777. Windows color (decimal): -15946124 or 7646732. OLE color: 7646732.

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

Color convert

RGB 12 174 116 -
CMYK 0.93 0 0.33 0.32
HSL 158.52º 0.87% 0.36% -
HSV(B) 158.52º 0.93% 0.68% -
XYZ 18.44 31.61 21.65 -
YUV 118.95 126.33 51.72 -
System Red Green Blue C M Y K H S L
Decimal 12 174 116 0.93 0 0.33 0.32 158.52 0.87 0.36
Hex C AE 74 5D 0 21 20 9F 57 24
Octal 14 256 164 135 0 41 40 237 127 44
Binary 1100 10101110 1110100 1011101 0 100001 100000 10011111 1010111 100100

Color Harmonies of #0CAE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAE74

Black with #0CAE74

Text Example


Text Example

White with #0CAE74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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