Html Css Color HEX #0AE47D Spring Green

📋 copy color: '#0AE47D'

red 10 ◦ green 228 ◦ blue 125

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

Shades of Spring Green #0AE47D

Tints of Spring Green #0AE47D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 62.81%

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 2.75%
G = 62.81%
B = 34.44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#0AE47D (or 0x0AE47D) is known color: Spring Green. HEX triplet: 0A, E4 and 7D. RGB value is (10,228,125). Sum of RGB (Red+Green+Blue) = 10+228+125=363 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 363); Green value is 228 (89.45% from 255 or 62.81% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 228 - color contains mainly: green. Hex color #0AE47D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE47D is #F51B82. Grayscale: #979797. Windows color (decimal): -16063363 or 8250378. OLE color: 8250378.

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

Color convert

RGB 10 228 125 -
CMYK 0.96 0 0.45 0.11
HSL 151.65º 0.92% 0.47% -
HSV(B) 151.65º 0.96% 0.89% -
XYZ 31.57 57.03 28.75 -
YUV 151.08 113.28 27.38 -
System Red Green Blue C M Y K H S L
Decimal 10 228 125 0.96 0 0.45 0.11 151.65 0.92 0.47
Hex A E4 7D 60 0 2D B 98 5C 2F
Octal 12 344 175 140 0 55 13 230 134 57
Binary 1010 11100100 1111101 1100000 0 101101 1011 10011000 1011100 101111

Color Harmonies of #0AE47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE47D

Black with #0AE47D

Text Example


Text Example

White with #0AE47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,228,125); }

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

background-color css

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

 a { background-color: rgb(10,228,125); }

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

border-color css

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

 span { border-color: rgb(10,228,125); }

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