Html Css Color HEX #0AEF80 Spring Green

📋 copy color: '#0AEF80'

red 10 ◦ green 239 ◦ blue 128

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

Shades of Spring Green #0AEF80

Tints of Spring Green #0AEF80

RGB

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

 GREEN value IS 239 (93.75% from 255) = 63.4%

 BLUE value IS 128 (50.39% from 255) = 33.95%

R = 2.65%
G = 63.4%
B = 33.95%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#0AEF80 (or 0x0AEF80) is known color: Spring Green. HEX triplet: 0A, EF and 80. RGB value is (10,239,128). Sum of RGB (Red+Green+Blue) = 10+239+128=377 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 377); Green value is 239 (93.75% from 255 or 63.40% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 239 - color contains mainly: green. Hex color #0AEF80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AEF80 is #F5107F. Grayscale: #9E9E9E. Windows color (decimal): -16060544 or 8449802. OLE color: 8449802.

HSL color Cylindrical-coordinate representation of color #0AEF80: hue angle of 150.92º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEF80 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 10 239 128 -
CMYK 0.96 0 0.46 0.06
HSL 150.92º 0.92% 0.49% -
HSV(B) 150.92º 0.96% 0.94% -
XYZ 34.89 63.36 30.81 -
YUV 157.88 111.13 22.53 -
System Red Green Blue C M Y K H S L
Decimal 10 239 128 0.96 0 0.46 0.06 150.92 0.92 0.49
Hex A EF 80 60 0 2E 6 97 5C 31
Octal 12 357 200 140 0 56 6 227 134 61
Binary 1010 11101111 10000000 1100000 0 101110 110 10010111 1011100 110001

Color Harmonies of #0AEF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEF80

Black with #0AEF80

Text Example


Text Example

White with #0AEF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,239,128); }

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

background-color css

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

 a { background-color: rgb(10,239,128); }

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

border-color css

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

 span { border-color: rgb(10,239,128); }

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