Html Css Color HEX #09E12D Dark Pastel Green

📋 copy color: '#09E12D'

red 9 ◦ green 225 ◦ blue 45

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

Shades of Dark Pastel Green #09E12D

Tints of Dark Pastel Green #09E12D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 80.65%

 BLUE value IS 45 (17.97% from 255) = 16.13%

R = 3.23%
G = 80.65%
B = 16.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#09E12D (or 0x09E12D) is known color: Dark Pastel Green. HEX triplet: 09, E1 and 2D. RGB value is (9,225,45). Sum of RGB (Red+Green+Blue) = 9+225+45=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 225 (88.28% from 255 or 80.65% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 225 - color contains mainly: green. Hex color #09E12D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09E12D is #F61ED2. Grayscale: #8C8C8C. Windows color (decimal): -16129747 or 3006729. OLE color: 3006729.

HSL color Cylindrical-coordinate representation of color #09E12D: hue angle of 130º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E12D is Cyan = 0.96, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.12.

Color convert

RGB 9 225 45 -
CMYK 0.96 0 0.8 0.12
HSL 130º 0.92% 0.46% -
HSV(B) 130º 0.96% 0.88% -
XYZ 27.51 54.1 11.47 -
YUV 139.9 74.44 34.64 -
System Red Green Blue C M Y K H S L
Decimal 9 225 45 0.96 0 0.8 0.12 130 0.92 0.46
Hex 9 E1 2D 60 0 50 C 82 5C 2E
Octal 11 341 55 140 0 120 14 202 134 56
Binary 1001 11100001 101101 1100000 0 1010000 1100 10000010 1011100 101110

Color Harmonies of #09E12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E12D

Black with #09E12D

Text Example


Text Example

White with #09E12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,225,45); }

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

background-color css

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

 a { background-color: rgb(9,225,45); }

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

border-color css

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

 span { border-color: rgb(9,225,45); }

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