Html Css Color HEX #0AE982 Spring Green

📋 copy color: '#0AE982'

red 10 ◦ green 233 ◦ blue 130

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

Shades of Spring Green #0AE982

Tints of Spring Green #0AE982

RGB

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

 GREEN value IS 233 (91.41% from 255) = 62.47%

 BLUE value IS 130 (51.17% from 255) = 34.85%

R = 2.68%
G = 62.47%
B = 34.85%

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

#0AE982 (or 0x0AE982) is known color: Spring Green. HEX triplet: 0A, E9 and 82. RGB value is (10,233,130). Sum of RGB (Red+Green+Blue) = 10+233+130=373 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.68% from 373); Green value is 233 (91.41% from 255 or 62.47% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 233 - color contains mainly: green. Hex color #0AE982 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AE982 is #F5167D. Grayscale: #9A9A9A. Windows color (decimal): -16062078 or 8579338. OLE color: 8579338.

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

Color convert

RGB 10 233 130 -
CMYK 0.96 0 0.44 0.09
HSL 152.29º 0.92% 0.48% -
HSV(B) 152.29º 0.96% 0.91% -
XYZ 33.29 59.95 30.94 -
YUV 154.58 114.12 24.88 -
System Red Green Blue C M Y K H S L
Decimal 10 233 130 0.96 0 0.44 0.09 152.29 0.92 0.48
Hex A E9 82 60 0 2C 9 98 5C 30
Octal 12 351 202 140 0 54 11 230 134 60
Binary 1010 11101001 10000010 1100000 0 101100 1001 10011000 1011100 110000

Color Harmonies of #0AE982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE982

Black with #0AE982

Text Example


Text Example

White with #0AE982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,233,130); }

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

background-color css

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

 a { background-color: rgb(10,233,130); }

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

border-color css

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

 span { border-color: rgb(10,233,130); }

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