Html Css Color HEX #0FAA59 Pigment Green

📋 copy color: '#0FAA59'

red 15 ◦ green 170 ◦ blue 89

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

Shades of Pigment Green #0FAA59

Tints of Pigment Green #0FAA59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 32.48%

R = 5.47%
G = 62.04%
B = 32.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#0FAA59 (or 0x0FAA59) is known color: Pigment Green. HEX triplet: 0F, AA and 59. RGB value is (15,170,89). Sum of RGB (Red+Green+Blue) = 15+170+89=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 170 (66.80% from 255 or 62.04% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAA59 is #F055A6. Grayscale: #727272. Windows color (decimal): -15750567 or 5876239. OLE color: 5876239.

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

Color convert

RGB 15 170 89 -
CMYK 0.91 0 0.48 0.33
HSL 148.65º 0.84% 0.36% -
HSV(B) 148.65º 0.91% 0.67% -
XYZ 16.37 29.57 14.3 -
YUV 114.42 113.65 57.09 -
System Red Green Blue C M Y K H S L
Decimal 15 170 89 0.91 0 0.48 0.33 148.65 0.84 0.36
Hex F AA 59 5B 0 30 21 95 54 24
Octal 17 252 131 133 0 60 41 225 124 44
Binary 1111 10101010 1011001 1011011 0 110000 100001 10010101 1010100 100100

Color Harmonies of #0FAA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA59

Black with #0FAA59

Text Example


Text Example

White with #0FAA59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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