Html Css Color HEX #0FFFAA Medium Spring Green

📋 copy color: '#0FFFAA'

red 15 ◦ green 255 ◦ blue 170

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

Shades of Medium Spring Green #0FFFAA

Tints of Medium Spring Green #0FFFAA

RGB

 RED value IS 15 (6.25% from 255) = 3.41%

 GREEN value IS 255 (100% from 255) = 57.95%

 BLUE value IS 170 (66.8% from 255) = 38.64%

R = 3.41%
G = 57.95%
B = 38.64%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#0FFFAA (or 0x0FFFAA) is known color: Medium Spring Green. HEX triplet: 0F, FF and AA. RGB value is (15,255,170). Sum of RGB (Red+Green+Blue) = 15+255+170=440 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.41% from 440); Green value is 255 (100% from 255 or 57.95% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFFAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFFAA is #F00055. Grayscale: #ADADAD. Windows color (decimal): -15728726 or 11206415. OLE color: 11206415.

HSL color Cylindrical-coordinate representation of color #0FFFAA: hue angle of 158.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFFAA is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 15 255 170 -
CMYK 0.94 0 0.33 0
HSL 158.75º 1% 0.53% -
HSV(B) 158.75º 0.94% 1% -
XYZ 43.21 74.52 50.14 -
YUV 173.55 125.99 14.91 -
System Red Green Blue C M Y K H S L
Decimal 15 255 170 0.94 0 0.33 0 158.75 1 0.53
Hex F FF AA 5E 0 21 0 9F 64 35
Octal 17 377 252 136 0 41 0 237 144 65
Binary 1111 11111111 10101010 1011110 0 100001 0 10011111 1100100 110101

Color Harmonies of #0FFFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFFAA

Black with #0FFFAA

Text Example


Text Example

White with #0FFFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,255,170); }

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

background-color css

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

 a { background-color: rgb(15,255,170); }

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

border-color css

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

 span { border-color: rgb(15,255,170); }

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