#098a31

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

Shades of Dark Spring Green #098A31

Tints of Dark Spring Green #098A31

Color information

#098A31 (or 0x098A31) is unknown color: approx Dark Spring Green. HEX triplet: 09, 8A and 31. RGB value is (9,138,49). Sum of RGB (Red+Green+Blue) = 9+138+49=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 138 (54.30% from 255 or 70.41% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 138 - color contains mainly: green. Hex color #098A31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098A31 is #F675CE. Grayscale: #595959. Windows color (decimal): -16152015 or 3246601. OLE color: 3246601.

HSL color Cylindrical-coordinate representation of color #098A31: hue angle of 138.6º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098A31 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB913849-
CMYK0.9300.640.46
HSL138.6º87.76%28.82%-
HSV(B)138.6º93.48%54.12%-
XYZ9.7618.465.95-
YUV89.28105.2670.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.59%
GREEN value IS 138 (54.30% from 255) = 70.41%
BLUE value IS 49 (19.53% from 255) = 25%
R=4.59%
G=70.41%
B=25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9138490.9300.640.46138.687.7628.82
Hex98A315D0402E8b581d
Octal112126113501005621313035
Binary10011000101011000110111010100000010111010001011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098a31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098a31; }

 p { color: rgb(9,138,49); }

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

<style>
 a { background-color: #098a31; }

 a { background-color: rgb(9,138,49); }

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

<style>
 span { border-color: #098a31; }

 span { border-color: rgb(9,138,49); }

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