#09B64A

Color #09B64A Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #09B64A

Tints of Dark Pastel Green #09B64A

Color information

#09B64A (or 0x09B64A) is unknown color: approx Dark Pastel Green. HEX triplet: 09, B6 and 4A. RGB value is (9,182,74). Sum of RGB (Red+Green+Blue) = 9+182+74=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 182 (71.48% from 255 or 68.68% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 182 - color contains mainly: green. Hex color #09B64A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09B64A is #F649B5. Grayscale: #767676. Windows color (decimal): -16140726 or 4896265. OLE color: 4896265.

HSL color Cylindrical-coordinate representation of color #09B64A: hue angle of 142.54º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B64A is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB918274-
CMYK0.9500.590.29
HSL142.54º90.58%37.45%-
HSV(B)142.54º95.05%71.37%-
XYZ18.0834.0112.09-
YUV117.96103.1950.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.40%
GREEN value IS 182 (71.48% from 255) = 68.68%
BLUE value IS 74 (29.30% from 255) = 27.92%
R=3.40%
G=68.68%
B=27.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal9182740.9500.590.29142.5490.5837.45
Hex9B64A5F03B1D8f5b25
Octal112661121370733521713345
Binary10011011011010010101011111011101111101100011111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,182,74); }

 H1.HeaderClassName
 {
   color: #09B64A;
 }
 .AnyTagClassName
 {
   color: #09B64A;
 }
</style>
background-color css

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

 a { background-color: rgb(9,182,74); }

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

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

 span { border-color: rgb(9,182,74); }

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