#09852E

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

Shades of Dark Spring Green #09852E

Tints of Dark Spring Green #09852E

Color information

#09852E (or 0x09852E) is unknown color: approx Dark Spring Green. HEX triplet: 09, 85 and 2E. RGB value is (9,133,46). Sum of RGB (Red+Green+Blue) = 9+133+46=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 133 (52.34% from 255 or 70.74% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 133 - color contains mainly: green. Hex color #09852E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09852E is #F67AD1. Grayscale: #565656. Windows color (decimal): -16153298 or 3048713. OLE color: 3048713.

HSL color Cylindrical-coordinate representation of color #09852E: hue angle of 137.9º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09852E is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB913346-
CMYK0.9300.650.48
HSL137.9º87.32%27.84%-
HSV(B)137.9º93.23%52.16%-
XYZ8.9917.035.4-
YUV86.01105.4273.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.79%
GREEN value IS 133 (52.34% from 255) = 70.74%
BLUE value IS 46 (18.36% from 255) = 24.47%
R=4.79%
G=70.74%
B=24.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9133460.9300.650.48137.987.3227.84
Hex9852E5D041308a571c
Octal112055613501016021212734
Binary10011000010110111010111010100000111000010001010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09852E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09852E; }

 p { color: rgb(9,133,46); }

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

<style>
 a { background-color: #09852E; }

 a { background-color: rgb(9,133,46); }

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

<style>
 span { border-color: #09852E; }

 span { border-color: rgb(9,133,46); }

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