Html Css Color HEX #7AF895 Light Green

📋 copy color: '#7AF895'

red 122 ◦ green 248 ◦ blue 149

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

Shades of Light Green #7AF895

Tints of Light Green #7AF895

RGB

 RED value IS 122 (48.05% from 255) = 23.51%

 GREEN value IS 248 (97.27% from 255) = 47.78%

 BLUE value IS 149 (58.59% from 255) = 28.71%

R = 23.51%
G = 47.78%
B = 28.71%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#7AF895 (or 0x7AF895) is known color: Light Green. HEX triplet: 7A, F8 and 95. RGB value is (122,248,149). Sum of RGB (Red+Green+Blue) = 122+248+149=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 248 (97.27% from 255 or 47.78% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF895 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF895 is #85076A. Grayscale: #C7C7C7. Windows color (decimal): -8718187 or 9828474. OLE color: 9828474.

HSL color Cylindrical-coordinate representation of color #7AF895: hue angle of 132.86º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF895 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 122 248 149 -
CMYK 0.51 0 0.40 0.03
HSL 132.86º 0.9% 0.73% -
HSV(B) 132.86º 0.51% 0.97% -
XYZ 47.02 73.44 40.13 -
YUV 199.04 99.76 73.05 -
System Red Green Blue C M Y K H S L
Decimal 122 248 149 0.51 0 0.40 0.03 132.86 0.9 0.73
Hex 7A F8 95 33 0 28 3 85 5A 49
Octal 172 370 225 63 0 50 3 205 132 111
Binary 1111010 11111000 10010101 110011 0 101000 11 10000101 1011010 1001001

Color Harmonies of #7AF895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF895

Black with #7AF895

Text Example


Text Example

White with #7AF895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,248,149); }

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

background-color css

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

 a { background-color: rgb(122,248,149); }

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

border-color css

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

 span { border-color: rgb(122,248,149); }

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