Html Css Color HEX #0FAA73 Jade

📋 copy color: '#0FAA73'

red 15 ◦ green 170 ◦ blue 115

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

Shades of Jade #0FAA73

Tints of Jade #0FAA73

RGB

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

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

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

R = 5%
G = 56.67%
B = 38.33%

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

#0FAA73 (or 0x0FAA73) is known color: Jade. HEX triplet: 0F, AA and 73. RGB value is (15,170,115). Sum of RGB (Red+Green+Blue) = 15+170+115=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 170 (66.80% from 255 or 56.67% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAA73 is #F0558C. Grayscale: #757575. Windows color (decimal): -15750541 or 7580175. OLE color: 7580175.

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

Color convert

RGB 15 170 115 -
CMYK 0.91 0 0.32 0.33
HSL 158.71º 0.84% 0.36% -
HSV(B) 158.71º 0.91% 0.67% -
XYZ 17.67 30.09 21.1 -
YUV 117.39 126.65 54.97 -
System Red Green Blue C M Y K H S L
Decimal 15 170 115 0.91 0 0.32 0.33 158.71 0.84 0.36
Hex F AA 73 5B 0 20 21 9F 54 24
Octal 17 252 163 133 0 40 41 237 124 44
Binary 1111 10101010 1110011 1011011 0 100000 100001 10011111 1010100 100100

Color Harmonies of #0FAA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA73

Black with #0FAA73

Text Example


Text Example

White with #0FAA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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