Html Css Color HEX #0AF39C Medium Spring Green

📋 copy color: '#0AF39C'

red 10 ◦ green 243 ◦ blue 156

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

Shades of Medium Spring Green #0AF39C

Tints of Medium Spring Green #0AF39C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 59.41%

 BLUE value IS 156 (61.33% from 255) = 38.14%

R = 2.44%
G = 59.41%
B = 38.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#0AF39C (or 0x0AF39C) is known color: Medium Spring Green. HEX triplet: 0A, F3 and 9C. RGB value is (10,243,156). Sum of RGB (Red+Green+Blue) = 10+243+156=409 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.44% from 409); Green value is 243 (95.31% from 255 or 59.41% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 243 - color contains mainly: green. Hex color #0AF39C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF39C is #F50C63. Grayscale: #A3A3A3. Windows color (decimal): -16059492 or 10285834. OLE color: 10285834.

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

Color convert

RGB 10 243 156 -
CMYK 0.96 0 0.36 0.05
HSL 157.6º 0.92% 0.5% -
HSV(B) 157.6º 0.96% 0.95% -
XYZ 38.18 66.57 42.29 -
YUV 163.42 123.81 18.57 -
System Red Green Blue C M Y K H S L
Decimal 10 243 156 0.96 0 0.36 0.05 157.6 0.92 0.5
Hex A F3 9C 60 0 24 5 9E 5C 32
Octal 12 363 234 140 0 44 5 236 134 62
Binary 1010 11110011 10011100 1100000 0 100100 101 10011110 1011100 110010

Color Harmonies of #0AF39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF39C

Black with #0AF39C

Text Example


Text Example

White with #0AF39C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,243,156); }

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

background-color css

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

 a { background-color: rgb(10,243,156); }

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

border-color css

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

 span { border-color: rgb(10,243,156); }

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