Html Css Color HEX #0AE68E Medium Spring Green

📋 copy color: '#0AE68E'

red 10 ◦ green 230 ◦ blue 142

#0AE68E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Spring Green #0AE68E

Tints of Medium Spring Green #0AE68E

RGB

 RED value IS 10 (4.3% from 255) = 2.62%

 GREEN value IS 230 (90.23% from 255) = 60.21%

 BLUE value IS 142 (55.86% from 255) = 37.17%

R = 2.62%
G = 60.21%
B = 37.17%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#0AE68E (or 0x0AE68E) is known color: Medium Spring Green. HEX triplet: 0A, E6 and 8E. RGB value is (10,230,142). Sum of RGB (Red+Green+Blue) = 10+230+142=382 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.62% from 382); Green value is 230 (90.23% from 255 or 60.21% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 230 - color contains mainly: green. Hex color #0AE68E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AE68E is #F51971. Grayscale: #9A9A9A. Windows color (decimal): -16062834 or 9365002. OLE color: 9365002.

HSL color Cylindrical-coordinate representation of color #0AE68E: hue angle of 156º 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 #0AE68E is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 10 230 142 -
CMYK 0.96 0 0.38 0.10
HSL 156º 0.92% 0.47% -
HSV(B) 156º 0.96% 0.9% -
XYZ 33.3 58.61 35.15 -
YUV 154.19 121.11 25.16 -
System Red Green Blue C M Y K H S L
Decimal 10 230 142 0.96 0 0.38 0.10 156 0.92 0.47
Hex A E6 8E 60 0 26 A 9C 5C 2F
Octal 12 346 216 140 0 46 12 234 134 57
Binary 1010 11100110 10001110 1100000 0 100110 1010 10011100 1011100 101111

Color Harmonies of #0AE68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE68E

Black with #0AE68E

Text Example


Text Example

White with #0AE68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0AE68E;
 }
 .AnyTagClassName
 {
   color: #0AE68E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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