Html Css Color HEX #09D532 Dark Pastel Green

📋 copy color: '#09D532'

red 9 ◦ green 213 ◦ blue 50

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

Shades of Dark Pastel Green #09D532

Tints of Dark Pastel Green #09D532

RGB

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

 GREEN value IS 213 (83.59% from 255) = 78.31%

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 3.31%
G = 78.31%
B = 18.38%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#09D532 (or 0x09D532) is known color: Dark Pastel Green. HEX triplet: 09, D5 and 32. RGB value is (9,213,50). Sum of RGB (Red+Green+Blue) = 9+213+50=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 213 (83.59% from 255 or 78.31% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 213 - color contains mainly: green. Hex color #09D532 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09D532 is #F62ACD. Grayscale: #858585. Windows color (decimal): -16132814 or 3331337. OLE color: 3331337.

HSL color Cylindrical-coordinate representation of color #09D532: hue angle of 132.06º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D532 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 9 213 50 -
CMYK 0.96 0 0.77 0.16
HSL 132.06º 0.92% 0.44% -
HSV(B) 132.06º 0.96% 0.84% -
XYZ 24.48 47.88 10.97 -
YUV 133.42 80.91 39.25 -
System Red Green Blue C M Y K H S L
Decimal 9 213 50 0.96 0 0.77 0.16 132.06 0.92 0.44
Hex 9 D5 32 60 0 4D 10 84 5C 2C
Octal 11 325 62 140 0 115 20 204 134 54
Binary 1001 11010101 110010 1100000 0 1001101 10000 10000100 1011100 101100

Color Harmonies of #09D532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09D532

Black with #09D532

Text Example


Text Example

White with #09D532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,213,50); }

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

background-color css

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

 a { background-color: rgb(9,213,50); }

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

border-color css

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

 span { border-color: rgb(9,213,50); }

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