Html Css Color HEX #0FAA47 Pigment Green

📋 copy color: '#0FAA47'

red 15 ◦ green 170 ◦ blue 71

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

Shades of Pigment Green #0FAA47

Tints of Pigment Green #0FAA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.73%

R = 5.86%
G = 66.41%
B = 27.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#0FAA47 (or 0x0FAA47) is known color: Pigment Green. HEX triplet: 0F, AA and 47. RGB value is (15,170,71). Sum of RGB (Red+Green+Blue) = 15+170+71=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 170 (66.80% from 255 or 66.41% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAA47 is #F055B8. Grayscale: #707070. Windows color (decimal): -15750585 or 4696591. OLE color: 4696591.

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

Color convert

RGB 15 170 71 -
CMYK 0.91 0 0.58 0.33
HSL 141.68º 0.84% 0.36% -
HSV(B) 141.68º 0.91% 0.67% -
XYZ 15.71 29.31 10.79 -
YUV 112.37 104.65 58.55 -
System Red Green Blue C M Y K H S L
Decimal 15 170 71 0.91 0 0.58 0.33 141.68 0.84 0.36
Hex F AA 47 5B 0 3A 21 8E 54 24
Octal 17 252 107 133 0 72 41 216 124 44
Binary 1111 10101010 1000111 1011011 0 111010 100001 10001110 1010100 100100

Color Harmonies of #0FAA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA47

Black with #0FAA47

Text Example


Text Example

White with #0FAA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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