Html Css Color HEX #0FAA74 Jade

📋 copy color: '#0FAA74'

red 15 ◦ green 170 ◦ blue 116

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

Shades of Jade #0FAA74

Tints of Jade #0FAA74

RGB

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

 GREEN value IS 170 (66.8% from 255) = 56.48%

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

R = 4.98%
G = 56.48%
B = 38.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#0FAA74 (or 0x0FAA74) is known color: Jade. HEX triplet: 0F, AA and 74. RGB value is (15,170,116). Sum of RGB (Red+Green+Blue) = 15+170+116=301 (39% of max value = 765). Red value is 15 (6.25% from 255 or 4.98% from 301); Green value is 170 (66.80% from 255 or 56.48% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAA74 is #F0558B. Grayscale: #757575. Windows color (decimal): -15750540 or 7645711. OLE color: 7645711.

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

Color convert

RGB 15 170 116 -
CMYK 0.91 0 0.32 0.33
HSL 159.1º 0.84% 0.36% -
HSV(B) 159.1º 0.91% 0.67% -
XYZ 17.72 30.11 21.4 -
YUV 117.5 127.15 54.89 -
System Red Green Blue C M Y K H S L
Decimal 15 170 116 0.91 0 0.32 0.33 159.1 0.84 0.36
Hex F AA 74 5B 0 20 21 9F 54 24
Octal 17 252 164 133 0 40 41 237 124 44
Binary 1111 10101010 1110100 1011011 0 100000 100001 10011111 1010100 100100

Color Harmonies of #0FAA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA74

Black with #0FAA74

Text Example


Text Example

White with #0FAA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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