Html Css Color HEX #0FAA45 Pigment Green

📋 copy color: '#0FAA45'

red 15 ◦ green 170 ◦ blue 69

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

Shades of Pigment Green #0FAA45

Tints of Pigment Green #0FAA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.17%

R = 5.91%
G = 66.93%
B = 27.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#0FAA45 (or 0x0FAA45) is known color: Pigment Green. HEX triplet: 0F, AA and 45. RGB value is (15,170,69). Sum of RGB (Red+Green+Blue) = 15+170+69=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 170 (66.80% from 255 or 66.93% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAA45 is #F055BA. Grayscale: #707070. Windows color (decimal): -15750587 or 4565519. OLE color: 4565519.

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

Color convert

RGB 15 170 69 -
CMYK 0.91 0 0.59 0.33
HSL 140.9º 0.84% 0.36% -
HSV(B) 140.9º 0.91% 0.67% -
XYZ 15.65 29.28 10.46 -
YUV 112.14 103.65 58.71 -
System Red Green Blue C M Y K H S L
Decimal 15 170 69 0.91 0 0.59 0.33 140.9 0.84 0.36
Hex F AA 45 5B 0 3B 21 8D 54 24
Octal 17 252 105 133 0 73 41 215 124 44
Binary 1111 10101010 1000101 1011011 0 111011 100001 10001101 1010100 100100

Color Harmonies of #0FAA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA45

Black with #0FAA45

Text Example


Text Example

White with #0FAA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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