Html Css Color HEX #0FAE74 Jade

📋 copy color: '#0FAE74'

red 15 ◦ green 174 ◦ blue 116

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

Shades of Jade #0FAE74

Tints of Jade #0FAE74

RGB

 RED value IS 15 (6.25% from 255) = 4.92%

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

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

R = 4.92%
G = 57.05%
B = 38.03%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#0FAE74 (or 0x0FAE74) is known color: Jade. HEX triplet: 0F, AE and 74. RGB value is (15,174,116). Sum of RGB (Red+Green+Blue) = 15+174+116=305 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.92% from 305); Green value is 174 (68.36% from 255 or 57.05% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAE74 is #F0518B. Grayscale: #777777. Windows color (decimal): -15749516 or 7646735. OLE color: 7646735.

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

Color convert

RGB 15 174 116 -
CMYK 0.91 0 0.33 0.32
HSL 158.11º 0.84% 0.37% -
HSV(B) 158.11º 0.91% 0.68% -
XYZ 18.49 31.63 21.65 -
YUV 119.85 125.82 53.22 -
System Red Green Blue C M Y K H S L
Decimal 15 174 116 0.91 0 0.33 0.32 158.11 0.84 0.37
Hex F AE 74 5B 0 21 20 9E 54 25
Octal 17 256 164 133 0 41 40 236 124 45
Binary 1111 10101110 1110100 1011011 0 100001 100000 10011110 1010100 100101

Color Harmonies of #0FAE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAE74

Black with #0FAE74

Text Example


Text Example

White with #0FAE74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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