Html Css Color HEX #0AEC89 Spring Green

📋 copy color: '#0AEC89'

red 10 ◦ green 236 ◦ blue 137

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

Shades of Spring Green #0AEC89

Tints of Spring Green #0AEC89

RGB

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

 GREEN value IS 236 (92.58% from 255) = 61.62%

 BLUE value IS 137 (53.91% from 255) = 35.77%

R = 2.61%
G = 61.62%
B = 35.77%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#0AEC89 (or 0x0AEC89) is known color: Spring Green. HEX triplet: 0A, EC and 89. RGB value is (10,236,137). Sum of RGB (Red+Green+Blue) = 10+236+137=383 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.61% from 383); Green value is 236 (92.58% from 255 or 61.62% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 236 - color contains mainly: green. Hex color #0AEC89 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AEC89 is #F51376. Grayscale: #9D9D9D. Windows color (decimal): -16061303 or 9038858. OLE color: 9038858.

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

Color convert

RGB 10 236 137 -
CMYK 0.96 0 0.42 0.07
HSL 153.72º 0.92% 0.48% -
HSV(B) 153.72º 0.96% 0.93% -
XYZ 34.64 61.86 33.78 -
YUV 157.14 116.63 23.05 -
System Red Green Blue C M Y K H S L
Decimal 10 236 137 0.96 0 0.42 0.07 153.72 0.92 0.48
Hex A EC 89 60 0 2A 7 9A 5C 30
Octal 12 354 211 140 0 52 7 232 134 60
Binary 1010 11101100 10001001 1100000 0 101010 111 10011010 1011100 110000

Color Harmonies of #0AEC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEC89

Black with #0AEC89

Text Example


Text Example

White with #0AEC89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,236,137); }

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

background-color css

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

 a { background-color: rgb(10,236,137); }

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

border-color css

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

 span { border-color: rgb(10,236,137); }

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