Html Css Color HEX #7FF2A6 Light Green

📋 copy color: '#7FF2A6'

red 127 ◦ green 242 ◦ blue 166

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

Shades of Light Green #7FF2A6

Tints of Light Green #7FF2A6

RGB

 RED value IS 127 (50% from 255) = 23.74%

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

 BLUE value IS 166 (65.23% from 255) = 31.03%

R = 23.74%
G = 45.23%
B = 31.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#7FF2A6 (or 0x7FF2A6) is known color: Light Green. HEX triplet: 7F, F2 and A6. RGB value is (127,242,166). Sum of RGB (Red+Green+Blue) = 127+242+166=535 (70% of max value = 765). Red value is 127 (50% from 255 or 23.74% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF2A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FF2A6 is #800D59. Grayscale: #C7C7C7. Windows color (decimal): -8392026 or 10941055. OLE color: 10941055.

HSL color Cylindrical-coordinate representation of color #7FF2A6: hue angle of 140.35º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF2A6 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 242 166 -
CMYK 0.48 0 0.31 0.05
HSL 140.35º 0.82% 0.72% -
HSV(B) 140.35º 0.48% 0.95% -
XYZ 47.39 70.77 47.24 -
YUV 198.95 109.4 76.68 -
System Red Green Blue C M Y K H S L
Decimal 127 242 166 0.48 0 0.31 0.05 140.35 0.82 0.72
Hex 7F F2 A6 30 0 1F 5 8C 52 48
Octal 177 362 246 60 0 37 5 214 122 110
Binary 1111111 11110010 10100110 110000 0 11111 101 10001100 1010010 1001000

Color Harmonies of #7FF2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF2A6

Black with #7FF2A6

Text Example


Text Example

White with #7FF2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FF2A6; }

 p { color: rgb(127,242,166); }

 H1.HeaderClassName
 {
   color: #7FF2A6;
 }
 .AnyTagClassName
 {
   color: #7FF2A6;
 }
</style>

background-color css

<style>
 a { background-color: #7FF2A6; }

 a { background-color: rgb(127,242,166); }

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

border-color css

<style>
 span { border-color: #7FF2A6; }

 span { border-color: rgb(127,242,166); }

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