Html Css Color HEX #09C02D Dark Pastel Green

📋 copy color: '#09C02D'

red 9 ◦ green 192 ◦ blue 45

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

Shades of Dark Pastel Green #09C02D

Tints of Dark Pastel Green #09C02D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 78.05%

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

R = 3.66%
G = 78.05%
B = 18.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#09C02D (or 0x09C02D) is known color: Dark Pastel Green. HEX triplet: 09, C0 and 2D. RGB value is (9,192,45). Sum of RGB (Red+Green+Blue) = 9+192+45=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 192 (75.39% from 255 or 78.05% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 192 - color contains mainly: green. Hex color #09C02D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09C02D is #F63FD2. Grayscale: #787878. Windows color (decimal): -16138195 or 2998281. OLE color: 2998281.

HSL color Cylindrical-coordinate representation of color #09C02D: hue angle of 131.8º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C02D is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 192 45 -
CMYK 0.95 0 0.77 0.25
HSL 131.8º 0.91% 0.39% -
HSV(B) 131.8º 0.95% 0.75% -
XYZ 19.44 37.95 8.78 -
YUV 120.53 85.37 48.45 -
System Red Green Blue C M Y K H S L
Decimal 9 192 45 0.95 0 0.77 0.25 131.8 0.91 0.39
Hex 9 C0 2D 5F 0 4D 19 84 5B 27
Octal 11 300 55 137 0 115 31 204 133 47
Binary 1001 11000000 101101 1011111 0 1001101 11001 10000100 1011011 100111

Color Harmonies of #09C02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C02D

Black with #09C02D

Text Example


Text Example

White with #09C02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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