Html Css Color HEX #0AEE82 Spring Green

📋 copy color: '#0AEE82'

red 10 ◦ green 238 ◦ blue 130

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

Shades of Spring Green #0AEE82

Tints of Spring Green #0AEE82

RGB

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

 GREEN value IS 238 (93.36% from 255) = 62.96%

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

R = 2.65%
G = 62.96%
B = 34.39%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#0AEE82 (or 0x0AEE82) is known color: Spring Green. HEX triplet: 0A, EE and 82. RGB value is (10,238,130). Sum of RGB (Red+Green+Blue) = 10+238+130=378 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 378); Green value is 238 (93.36% from 255 or 62.96% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 238 - color contains mainly: green. Hex color #0AEE82 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AEE82 is #F5117D. Grayscale: #9D9D9D. Windows color (decimal): -16060798 or 8580618. OLE color: 8580618.

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

Color convert

RGB 10 238 130 -
CMYK 0.96 0 0.45 0.07
HSL 151.58º 0.92% 0.49% -
HSV(B) 151.58º 0.96% 0.93% -
XYZ 34.73 62.83 31.42 -
YUV 157.52 112.46 22.78 -
System Red Green Blue C M Y K H S L
Decimal 10 238 130 0.96 0 0.45 0.07 151.58 0.92 0.49
Hex A EE 82 60 0 2D 7 98 5C 31
Octal 12 356 202 140 0 55 7 230 134 61
Binary 1010 11101110 10000010 1100000 0 101101 111 10011000 1011100 110001

Color Harmonies of #0AEE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEE82

Black with #0AEE82

Text Example


Text Example

White with #0AEE82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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