Html Css Color HEX #09AF34 Dark Pastel Green

📋 copy color: '#09AF34'

red 9 ◦ green 175 ◦ blue 52

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

Shades of Dark Pastel Green #09AF34

Tints of Dark Pastel Green #09AF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.03%

R = 3.81%
G = 74.15%
B = 22.03%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#09AF34 (or 0x09AF34) is known color: Dark Pastel Green. HEX triplet: 09, AF and 34. RGB value is (9,175,52). Sum of RGB (Red+Green+Blue) = 9+175+52=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 175 (68.75% from 255 or 74.15% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09AF34 is #F650CB. Grayscale: #6F6F6F. Windows color (decimal): -16142540 or 3452681. OLE color: 3452681.

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

Color convert

RGB 9 175 52 -
CMYK 0.95 0 0.70 0.31
HSL 135.54º 0.9% 0.36% -
HSV(B) 135.54º 0.95% 0.69% -
XYZ 16.06 30.97 8.38 -
YUV 111.34 94.5 55 -
System Red Green Blue C M Y K H S L
Decimal 9 175 52 0.95 0 0.70 0.31 135.54 0.9 0.36
Hex 9 AF 34 5F 0 46 1F 88 5A 24
Octal 11 257 64 137 0 106 37 210 132 44
Binary 1001 10101111 110100 1011111 0 1000110 11111 10001000 1011010 100100

Color Harmonies of #09AF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AF34

Black with #09AF34

Text Example


Text Example

White with #09AF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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