Html Css Color HEX #0AE481 Spring Green

📋 copy color: '#0AE481'

red 10 ◦ green 228 ◦ blue 129

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

Shades of Spring Green #0AE481

Tints of Spring Green #0AE481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.15%

R = 2.72%
G = 62.13%
B = 35.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#0AE481 (or 0x0AE481) is known color: Spring Green. HEX triplet: 0A, E4 and 81. RGB value is (10,228,129). Sum of RGB (Red+Green+Blue) = 10+228+129=367 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 367); Green value is 228 (89.45% from 255 or 62.13% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 228 - color contains mainly: green. Hex color #0AE481 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AE481 is #F51B7E. Grayscale: #979797. Windows color (decimal): -16063359 or 8512522. OLE color: 8512522.

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

Color convert

RGB 10 228 129 -
CMYK 0.96 0 0.43 0.11
HSL 152.75º 0.92% 0.47% -
HSV(B) 152.75º 0.96% 0.89% -
XYZ 31.83 57.14 30.12 -
YUV 151.53 115.28 27.05 -
System Red Green Blue C M Y K H S L
Decimal 10 228 129 0.96 0 0.43 0.11 152.75 0.92 0.47
Hex A E4 81 60 0 2B B 99 5C 2F
Octal 12 344 201 140 0 53 13 231 134 57
Binary 1010 11100100 10000001 1100000 0 101011 1011 10011001 1011100 101111

Color Harmonies of #0AE481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE481

Black with #0AE481

Text Example


Text Example

White with #0AE481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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