Html Css Color HEX #09DC2A Dark Pastel Green

📋 copy color: '#09DC2A'

red 9 ◦ green 220 ◦ blue 42

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

Shades of Dark Pastel Green #09DC2A

Tints of Dark Pastel Green #09DC2A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 81.18%

 BLUE value IS 42 (16.8% from 255) = 15.5%

R = 3.32%
G = 81.18%
B = 15.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#09DC2A (or 0x09DC2A) is known color: Dark Pastel Green. HEX triplet: 09, DC and 2A. RGB value is (9,220,42). Sum of RGB (Red+Green+Blue) = 9+220+42=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 220 (86.33% from 255 or 81.18% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 220 - color contains mainly: green. Hex color #09DC2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09DC2A is #F623D5. Grayscale: #898989. Windows color (decimal): -16131030 or 2808841. OLE color: 2808841.

HSL color Cylindrical-coordinate representation of color #09DC2A: hue angle of 129.38º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DC2A is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 220 42 -
CMYK 0.96 0 0.81 0.14
HSL 129.38º 0.92% 0.45% -
HSV(B) 129.38º 0.96% 0.86% -
XYZ 26.12 51.41 10.74 -
YUV 136.62 74.6 36.97 -
System Red Green Blue C M Y K H S L
Decimal 9 220 42 0.96 0 0.81 0.14 129.38 0.92 0.45
Hex 9 DC 2A 60 0 51 E 81 5C 2D
Octal 11 334 52 140 0 121 16 201 134 55
Binary 1001 11011100 101010 1100000 0 1010001 1110 10000001 1011100 101101

Color Harmonies of #09DC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DC2A

Black with #09DC2A

Text Example


Text Example

White with #09DC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,220,42); }

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

background-color css

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

 a { background-color: rgb(9,220,42); }

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

border-color css

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

 span { border-color: rgb(9,220,42); }

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