#0AE670

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

Shades of Spring Green #0AE670

Tints of Spring Green #0AE670

Color information

#0AE670 (or 0x0AE670) is unknown color: approx Spring Green. HEX triplet: 0A, E6 and 70. RGB value is (10,230,112). Sum of RGB (Red+Green+Blue) = 10+230+112=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 230 (90.23% from 255 or 65.34% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 230 - color contains mainly: green. Hex color #0AE670 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AE670 is #F5198F. Grayscale: #979797. Windows color (decimal): -16062864 or 7398922. OLE color: 7398922.

HSL color Cylindrical-coordinate representation of color #0AE670: hue angle of 147.82º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE670 is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB10230112-
CMYK0.9600.510.10
HSL147.82º91.67%47.06%-
HSV(B)147.82º95.65%90.2%-
XYZ31.3557.8324.84-
YUV150.77106.1127.59-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.84%
GREEN value IS 230 (90.23% from 255) = 65.34%
BLUE value IS 112 (44.14% from 255) = 31.82%
R=2.84%
G=65.34%
B=31.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal102301120.9600.510.10147.8291.6747.06
HexAE67060033A945c2f
Octal123461601400631222413457
Binary1010111001101110000110000001100111010100101001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AE670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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