Html Css Color HEX #0AEB81 Spring Green

📋 copy color: '#0AEB81'

red 10 ◦ green 235 ◦ blue 129

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

Shades of Spring Green #0AEB81

Tints of Spring Green #0AEB81

RGB

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

 GREEN value IS 235 (92.19% from 255) = 62.83%

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

R = 2.67%
G = 62.83%
B = 34.49%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#0AEB81 (or 0x0AEB81) is known color: Spring Green. HEX triplet: 0A, EB and 81. RGB value is (10,235,129). Sum of RGB (Red+Green+Blue) = 10+235+129=374 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 374); Green value is 235 (92.19% from 255 or 62.83% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 235 - color contains mainly: green. Hex color #0AEB81 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AEB81 is #F5147E. Grayscale: #9B9B9B. Windows color (decimal): -16061567 or 8514314. OLE color: 8514314.

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

Color convert

RGB 10 235 129 -
CMYK 0.96 0 0.45 0.08
HSL 151.73º 0.92% 0.48% -
HSV(B) 151.73º 0.96% 0.92% -
XYZ 33.8 61.07 30.77 -
YUV 155.64 112.96 24.12 -
System Red Green Blue C M Y K H S L
Decimal 10 235 129 0.96 0 0.45 0.08 151.73 0.92 0.48
Hex A EB 81 60 0 2D 8 98 5C 30
Octal 12 353 201 140 0 55 10 230 134 60
Binary 1010 11101011 10000001 1100000 0 101101 1000 10011000 1011100 110000

Color Harmonies of #0AEB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEB81

Black with #0AEB81

Text Example


Text Example

White with #0AEB81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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