Html Css Color HEX #0AEB76 Spring Green

📋 copy color: '#0AEB76'

red 10 ◦ green 235 ◦ blue 118

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

Shades of Spring Green #0AEB76

Tints of Spring Green #0AEB76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.51%

R = 2.75%
G = 64.74%
B = 32.51%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#0AEB76 (or 0x0AEB76) is known color: Spring Green. HEX triplet: 0A, EB and 76. RGB value is (10,235,118). Sum of RGB (Red+Green+Blue) = 10+235+118=363 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 363); Green value is 235 (92.19% from 255 or 64.74% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 235 - color contains mainly: green. Hex color #0AEB76 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AEB76 is #F51489. Grayscale: #9A9A9A. Windows color (decimal): -16061578 or 7793418. OLE color: 7793418.

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

Color convert

RGB 10 235 118 -
CMYK 0.96 0 0.50 0.08
HSL 148.8º 0.92% 0.48% -
HSV(B) 148.8º 0.96% 0.92% -
XYZ 33.1 60.79 27.13 -
YUV 154.39 107.46 25.01 -
System Red Green Blue C M Y K H S L
Decimal 10 235 118 0.96 0 0.50 0.08 148.8 0.92 0.48
Hex A EB 76 60 0 32 8 95 5C 30
Octal 12 353 166 140 0 62 10 225 134 60
Binary 1010 11101011 1110110 1100000 0 110010 1000 10010101 1011100 110000

Color Harmonies of #0AEB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEB76

Black with #0AEB76

Text Example


Text Example

White with #0AEB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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