Html Css Color HEX #0AF291 Medium Spring Green

📋 copy color: '#0AF291'

red 10 ◦ green 242 ◦ blue 145

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

Shades of Medium Spring Green #0AF291

Tints of Medium Spring Green #0AF291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.52%

R = 2.52%
G = 60.96%
B = 36.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#0AF291 (or 0x0AF291) is known color: Medium Spring Green. HEX triplet: 0A, F2 and 91. RGB value is (10,242,145). Sum of RGB (Red+Green+Blue) = 10+242+145=397 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.52% from 397); Green value is 242 (94.92% from 255 or 60.96% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF291 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF291 is #F50D6E. Grayscale: #A1A1A1. Windows color (decimal): -16059759 or 9564682. OLE color: 9564682.

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

Color convert

RGB 10 242 145 -
CMYK 0.96 0 0.40 0.05
HSL 154.91º 0.92% 0.49% -
HSV(B) 154.91º 0.96% 0.95% -
XYZ 36.99 65.61 37.5 -
YUV 161.57 118.64 19.89 -
System Red Green Blue C M Y K H S L
Decimal 10 242 145 0.96 0 0.40 0.05 154.91 0.92 0.49
Hex A F2 91 60 0 28 5 9B 5C 31
Octal 12 362 221 140 0 50 5 233 134 61
Binary 1010 11110010 10010001 1100000 0 101000 101 10011011 1011100 110001

Color Harmonies of #0AF291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF291

Black with #0AF291

Text Example


Text Example

White with #0AF291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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