Html Css Color HEX #0AEE7B Spring Green

📋 copy color: '#0AEE7B'

red 10 ◦ green 238 ◦ blue 123

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

Shades of Spring Green #0AEE7B

Tints of Spring Green #0AEE7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.15%

R = 2.7%
G = 64.15%
B = 33.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#0AEE7B (or 0x0AEE7B) is known color: Spring Green. HEX triplet: 0A, EE and 7B. RGB value is (10,238,123). Sum of RGB (Red+Green+Blue) = 10+238+123=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 238 (93.36% from 255 or 64.15% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 238 - color contains mainly: green. Hex color #0AEE7B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AEE7B is #F51184. Grayscale: #9C9C9C. Windows color (decimal): -16060805 or 8121866. OLE color: 8121866.

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

Color convert

RGB 10 238 123 -
CMYK 0.96 0 0.48 0.07
HSL 149.74º 0.92% 0.49% -
HSV(B) 149.74º 0.96% 0.93% -
XYZ 34.27 62.64 29.02 -
YUV 156.72 108.96 23.35 -
System Red Green Blue C M Y K H S L
Decimal 10 238 123 0.96 0 0.48 0.07 149.74 0.92 0.49
Hex A EE 7B 60 0 30 7 96 5C 31
Octal 12 356 173 140 0 60 7 226 134 61
Binary 1010 11101110 1111011 1100000 0 110000 111 10010110 1011100 110001

Color Harmonies of #0AEE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEE7B

Black with #0AEE7B

Text Example


Text Example

White with #0AEE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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