Html Css Color HEX #07F2A5 Medium Spring Green

📋 copy color: '#07F2A5'

red 7 ◦ green 242 ◦ blue 165

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

Shades of Medium Spring Green #07F2A5

Tints of Medium Spring Green #07F2A5

RGB

 RED value IS 7 (3.13% from 255) = 1.69%

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

 BLUE value IS 165 (64.84% from 255) = 39.86%

R = 1.69%
G = 58.45%
B = 39.86%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#07F2A5 (or 0x07F2A5) is known color: Medium Spring Green. HEX triplet: 07, F2 and A5. RGB value is (7,242,165). Sum of RGB (Red+Green+Blue) = 7+242+165=414 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.69% from 414); Green value is 242 (94.92% from 255 or 58.45% from 414); Blue value is 165 (64.84% from 255 or 39.86% from 414); Max value from RGB is 242 - color contains mainly: green. Hex color #07F2A5 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #07F2A5 is #F80D5A. Grayscale: #A3A3A3. Windows color (decimal): -16256347 or 10875399. OLE color: 10875399.

HSL color Cylindrical-coordinate representation of color #07F2A5: hue angle of 160.34º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F2A5 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 7 242 165 -
CMYK 0.97 0 0.32 0.05
HSL 160.34º 0.94% 0.49% -
HSV(B) 160.34º 0.97% 0.95% -
XYZ 38.63 66.27 46.35 -
YUV 162.96 129.14 16.76 -
System Red Green Blue C M Y K H S L
Decimal 7 242 165 0.97 0 0.32 0.05 160.34 0.94 0.49
Hex 7 F2 A5 61 0 20 5 A0 5E 31
Octal 7 362 245 141 0 40 5 240 136 61
Binary 111 11110010 10100101 1100001 0 100000 101 10100000 1011110 110001

Color Harmonies of #07F2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F2A5

Black with #07F2A5

Text Example


Text Example

White with #07F2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07F2A5; }

 p { color: rgb(7,242,165); }

 H1.HeaderClassName
 {
   color: #07F2A5;
 }
 .AnyTagClassName
 {
   color: #07F2A5;
 }
</style>

background-color css

<style>
 a { background-color: #07F2A5; }

 a { background-color: rgb(7,242,165); }

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

border-color css

<style>
 span { border-color: #07F2A5; }

 span { border-color: rgb(7,242,165); }

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