Html Css Color HEX #09AF1E Dark Pastel Green

📋 copy color: '#09AF1E'

red 9 ◦ green 175 ◦ blue 30

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

Shades of Dark Pastel Green #09AF1E

Tints of Dark Pastel Green #09AF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.02%

R = 4.21%
G = 81.78%
B = 14.02%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#09AF1E (or 0x09AF1E) is known color: Dark Pastel Green. HEX triplet: 09, AF and 1E. RGB value is (9,175,30). Sum of RGB (Red+Green+Blue) = 9+175+30=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 175 (68.75% from 255 or 81.78% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09AF1E is #F650E1. Grayscale: #6D6D6D. Windows color (decimal): -16142562 or 2010889. OLE color: 2010889.

HSL color Cylindrical-coordinate representation of color #09AF1E: hue angle of 127.59º 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 #09AF1E is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 175 30 -
CMYK 0.95 0 0.83 0.31
HSL 127.59º 0.9% 0.36% -
HSV(B) 127.59º 0.95% 0.69% -
XYZ 15.68 30.81 6.35 -
YUV 108.84 83.5 56.79 -
System Red Green Blue C M Y K H S L
Decimal 9 175 30 0.95 0 0.83 0.31 127.59 0.9 0.36
Hex 9 AF 1E 5F 0 53 1F 80 5A 24
Octal 11 257 36 137 0 123 37 200 132 44
Binary 1001 10101111 11110 1011111 0 1010011 11111 10000000 1011010 100100

Color Harmonies of #09AF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AF1E

Black with #09AF1E

Text Example


Text Example

White with #09AF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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