#0AEB70

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

Shades of Spring Green #0AEB70

Tints of Spring Green #0AEB70

Color information

#0AEB70 (or 0x0AEB70) is unknown color: approx Spring Green. HEX triplet: 0A, EB and 70. RGB value is (10,235,112). Sum of RGB (Red+Green+Blue) = 10+235+112=357 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.80% from 357); Green value is 235 (92.19% from 255 or 65.83% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 235 - color contains mainly: green. Hex color #0AEB70 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AEB70 is #F5148F. Grayscale: #999999. Windows color (decimal): -16061584 or 7400202. OLE color: 7400202.

HSL color Cylindrical-coordinate representation of color #0AEB70: hue angle of 147.2º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEB70 is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB10235112-
CMYK0.9600.520.08
HSL147.2º91.84%48.04%-
HSV(B)147.2º95.74%92.16%-
XYZ32.7660.6525.31-
YUV153.7104.4625.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.80%
GREEN value IS 235 (92.19% from 255) = 65.83%
BLUE value IS 112 (44.14% from 255) = 31.37%
R=2.80%
G=65.83%
B=31.37%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal102351120.9600.520.08147.291.8448.04
HexAEB70600348935c30
Octal123531601400641022313460
Binary1010111010111110000110000001101001000100100111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AEB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AEB70; }

 p { color: rgb(10,235,112); }

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

<style>
 a { background-color: #0AEB70; }

 a { background-color: rgb(10,235,112); }

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

<style>
 span { border-color: #0AEB70; }

 span { border-color: rgb(10,235,112); }

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