Html Css Color HEX #0AF28B Medium Spring Green

📋 copy color: '#0AF28B'

red 10 ◦ green 242 ◦ blue 139

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

Shades of Medium Spring Green #0AF28B

Tints of Medium Spring Green #0AF28B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 61.89%

 BLUE value IS 139 (54.69% from 255) = 35.55%

R = 2.56%
G = 61.89%
B = 35.55%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#0AF28B (or 0x0AF28B) is known color: Medium Spring Green. HEX triplet: 0A, F2 and 8B. RGB value is (10,242,139). Sum of RGB (Red+Green+Blue) = 10+242+139=391 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 391); Green value is 242 (94.92% from 255 or 61.89% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF28B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF28B is #F50D74. Grayscale: #A1A1A1. Windows color (decimal): -16059765 or 9171466. OLE color: 9171466.

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

Color convert

RGB 10 242 139 -
CMYK 0.96 0 0.43 0.05
HSL 153.36º 0.92% 0.49% -
HSV(B) 153.36º 0.96% 0.95% -
XYZ 36.54 65.43 35.13 -
YUV 160.89 115.64 20.38 -
System Red Green Blue C M Y K H S L
Decimal 10 242 139 0.96 0 0.43 0.05 153.36 0.92 0.49
Hex A F2 8B 60 0 2B 5 99 5C 31
Octal 12 362 213 140 0 53 5 231 134 61
Binary 1010 11110010 10001011 1100000 0 101011 101 10011001 1011100 110001

Color Harmonies of #0AF28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF28B

Black with #0AF28B

Text Example


Text Example

White with #0AF28B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,242,139); }

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

background-color css

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

 a { background-color: rgb(10,242,139); }

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

border-color css

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

 span { border-color: rgb(10,242,139); }

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