Html Css Color HEX #0AE881 Spring Green

📋 copy color: '#0AE881'

red 10 ◦ green 232 ◦ blue 129

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

Shades of Spring Green #0AE881

Tints of Spring Green #0AE881

RGB

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

 GREEN value IS 232 (91.02% from 255) = 62.53%

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

R = 2.7%
G = 62.53%
B = 34.77%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#0AE881 (or 0x0AE881) is known color: Spring Green. HEX triplet: 0A, E8 and 81. RGB value is (10,232,129). Sum of RGB (Red+Green+Blue) = 10+232+129=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 232 (91.02% from 255 or 62.53% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 232 - color contains mainly: green. Hex color #0AE881 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AE881 is #F5177E. Grayscale: #9A9A9A. Windows color (decimal): -16062335 or 8513546. OLE color: 8513546.

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

Color convert

RGB 10 232 129 -
CMYK 0.96 0 0.44 0.09
HSL 152.16º 0.92% 0.47% -
HSV(B) 152.16º 0.96% 0.91% -
XYZ 32.94 59.36 30.49 -
YUV 153.88 113.95 25.38 -
System Red Green Blue C M Y K H S L
Decimal 10 232 129 0.96 0 0.44 0.09 152.16 0.92 0.47
Hex A E8 81 60 0 2C 9 98 5C 2F
Octal 12 350 201 140 0 54 11 230 134 57
Binary 1010 11101000 10000001 1100000 0 101100 1001 10011000 1011100 101111

Color Harmonies of #0AE881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE881

Black with #0AE881

Text Example


Text Example

White with #0AE881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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