Html Css Color HEX #09AF48 Pigment Green

📋 copy color: '#09AF48'

red 9 ◦ green 175 ◦ blue 72

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

Shades of Pigment Green #09AF48

Tints of Pigment Green #09AF48

RGB

 RED value IS 9 (3.91% from 255) = 3.52%

 GREEN value IS 175 (68.75% from 255) = 68.36%

 BLUE value IS 72 (28.52% from 255) = 28.13%

R = 3.52%
G = 68.36%
B = 28.13%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#09AF48 (or 0x09AF48) is known color: Pigment Green. HEX triplet: 09, AF and 48. RGB value is (9,175,72). Sum of RGB (Red+Green+Blue) = 9+175+72=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 175 (68.75% from 255 or 68.36% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09AF48 is #F650B7. Grayscale: #717171. Windows color (decimal): -16142520 or 4763401. OLE color: 4763401.

HSL color Cylindrical-coordinate representation of color #09AF48: hue angle of 142.77º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AF48 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 175 72 -
CMYK 0.95 0 0.59 0.31
HSL 142.77º 0.9% 0.36% -
HSV(B) 142.77º 0.95% 0.69% -
XYZ 16.61 31.19 11.27 -
YUV 113.62 104.5 53.38 -
System Red Green Blue C M Y K H S L
Decimal 9 175 72 0.95 0 0.59 0.31 142.77 0.9 0.36
Hex 9 AF 48 5F 0 3B 1F 8F 5A 24
Octal 11 257 110 137 0 73 37 217 132 44
Binary 1001 10101111 1001000 1011111 0 111011 11111 10001111 1011010 100100

Color Harmonies of #09AF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AF48

Black with #09AF48

Text Example


Text Example

White with #09AF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09AF48; }

 p { color: rgb(9,175,72); }

 H1.HeaderClassName
 {
   color: #09AF48;
 }
 .AnyTagClassName
 {
   color: #09AF48;
 }
</style>

background-color css

<style>
 a { background-color: #09AF48; }

 a { background-color: rgb(9,175,72); }

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

border-color css

<style>
 span { border-color: #09AF48; }

 span { border-color: rgb(9,175,72); }

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