Html Css Color HEX #0AEF93 Medium Spring Green

📋 copy color: '#0AEF93'

red 10 ◦ green 239 ◦ blue 147

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

Shades of Medium Spring Green #0AEF93

Tints of Medium Spring Green #0AEF93

RGB

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

 GREEN value IS 239 (93.75% from 255) = 60.35%

 BLUE value IS 147 (57.81% from 255) = 37.12%

R = 2.53%
G = 60.35%
B = 37.12%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#0AEF93 (or 0x0AEF93) is known color: Medium Spring Green. HEX triplet: 0A, EF and 93. RGB value is (10,239,147). Sum of RGB (Red+Green+Blue) = 10+239+147=396 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 396); Green value is 239 (93.75% from 255 or 60.35% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 239 - color contains mainly: green. Hex color #0AEF93 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AEF93 is #F5106C. Grayscale: #A0A0A0. Windows color (decimal): -16060525 or 9694986. OLE color: 9694986.

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

Color convert

RGB 10 239 147 -
CMYK 0.96 0 0.38 0.06
HSL 155.9º 0.92% 0.49% -
HSV(B) 155.9º 0.96% 0.94% -
XYZ 36.26 63.9 38.03 -
YUV 160.04 120.63 20.98 -
System Red Green Blue C M Y K H S L
Decimal 10 239 147 0.96 0 0.38 0.06 155.9 0.92 0.49
Hex A EF 93 60 0 26 6 9C 5C 31
Octal 12 357 223 140 0 46 6 234 134 61
Binary 1010 11101111 10010011 1100000 0 100110 110 10011100 1011100 110001

Color Harmonies of #0AEF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEF93

Black with #0AEF93

Text Example


Text Example

White with #0AEF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,239,147); }

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

background-color css

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

 a { background-color: rgb(10,239,147); }

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

border-color css

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

 span { border-color: rgb(10,239,147); }

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