Html Css Color HEX #0AF992 Medium Spring Green

📋 copy color: '#0AF992'

red 10 ◦ green 249 ◦ blue 146

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

Shades of Medium Spring Green #0AF992

Tints of Medium Spring Green #0AF992

RGB

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

 GREEN value IS 249 (97.66% from 255) = 61.48%

 BLUE value IS 146 (57.42% from 255) = 36.05%

R = 2.47%
G = 61.48%
B = 36.05%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#0AF992 (or 0x0AF992) is known color: Medium Spring Green. HEX triplet: 0A, F9 and 92. RGB value is (10,249,146). Sum of RGB (Red+Green+Blue) = 10+249+146=405 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.47% from 405); Green value is 249 (97.66% from 255 or 61.48% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF992 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF992 is #F5066D. Grayscale: #A5A5A5. Windows color (decimal): -16057966 or 9632010. OLE color: 9632010.

HSL color Cylindrical-coordinate representation of color #0AF992: hue angle of 154.14º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF992 is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 249 146 -
CMYK 0.96 0 0.41 0.02
HSL 154.14º 0.95% 0.51% -
HSV(B) 154.14º 0.96% 0.98% -
XYZ 39.19 69.89 38.62 -
YUV 165.8 116.82 16.88 -
System Red Green Blue C M Y K H S L
Decimal 10 249 146 0.96 0 0.41 0.02 154.14 0.95 0.51
Hex A F9 92 60 0 29 2 9A 5F 33
Octal 12 371 222 140 0 51 2 232 137 63
Binary 1010 11111001 10010010 1100000 0 101001 10 10011010 1011111 110011

Color Harmonies of #0AF992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF992

Black with #0AF992

Text Example


Text Example

White with #0AF992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,249,146); }

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

background-color css

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

 a { background-color: rgb(10,249,146); }

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

border-color css

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

 span { border-color: rgb(10,249,146); }

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