Html Css Color HEX #0AF68F Medium Spring Green

📋 copy color: '#0AF68F'

red 10 ◦ green 246 ◦ blue 143

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

Shades of Medium Spring Green #0AF68F

Tints of Medium Spring Green #0AF68F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 61.65%

 BLUE value IS 143 (56.25% from 255) = 35.84%

R = 2.51%
G = 61.65%
B = 35.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#0AF68F (or 0x0AF68F) is known color: Medium Spring Green. HEX triplet: 0A, F6 and 8F. RGB value is (10,246,143). Sum of RGB (Red+Green+Blue) = 10+246+143=399 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.51% from 399); Green value is 246 (96.48% from 255 or 61.65% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 246 - color contains mainly: green. Hex color #0AF68F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF68F is #F50970. Grayscale: #A3A3A3. Windows color (decimal): -16058737 or 9434634. OLE color: 9434634.

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

Color convert

RGB 10 246 143 -
CMYK 0.96 0 0.42 0.04
HSL 153.81º 0.93% 0.5% -
HSV(B) 153.81º 0.96% 0.96% -
XYZ 38.04 67.96 37.1 -
YUV 163.69 116.31 18.38 -
System Red Green Blue C M Y K H S L
Decimal 10 246 143 0.96 0 0.42 0.04 153.81 0.93 0.5
Hex A F6 8F 60 0 2A 4 9A 5D 32
Octal 12 366 217 140 0 52 4 232 135 62
Binary 1010 11110110 10001111 1100000 0 101010 100 10011010 1011101 110010

Color Harmonies of #0AF68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF68F

Black with #0AF68F

Text Example


Text Example

White with #0AF68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,246,143); }

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

background-color css

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

 a { background-color: rgb(10,246,143); }

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

border-color css

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

 span { border-color: rgb(10,246,143); }

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