Html Css Color HEX #09D42A Dark Pastel Green

📋 copy color: '#09D42A'

red 9 ◦ green 212 ◦ blue 42

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

Shades of Dark Pastel Green #09D42A

Tints of Dark Pastel Green #09D42A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 80.61%

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

R = 3.42%
G = 80.61%
B = 15.97%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#09D42A (or 0x09D42A) is known color: Dark Pastel Green. HEX triplet: 09, D4 and 2A. RGB value is (9,212,42). Sum of RGB (Red+Green+Blue) = 9+212+42=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 212 (83.20% from 255 or 80.61% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 212 - color contains mainly: green. Hex color #09D42A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09D42A is #F62BD5. Grayscale: #848484. Windows color (decimal): -16133078 or 2806793. OLE color: 2806793.

HSL color Cylindrical-coordinate representation of color #09D42A: hue angle of 129.75º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D42A is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 9 212 42 -
CMYK 0.96 0 0.80 0.17
HSL 129.75º 0.92% 0.43% -
HSV(B) 129.75º 0.96% 0.83% -
XYZ 24.07 47.31 10.05 -
YUV 131.92 77.25 40.32 -
System Red Green Blue C M Y K H S L
Decimal 9 212 42 0.96 0 0.80 0.17 129.75 0.92 0.43
Hex 9 D4 2A 60 0 50 11 82 5C 2B
Octal 11 324 52 140 0 120 21 202 134 53
Binary 1001 11010100 101010 1100000 0 1010000 10001 10000010 1011100 101011

Color Harmonies of #09D42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09D42A

Black with #09D42A

Text Example


Text Example

White with #09D42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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