Html Css Color HEX #7AF295 Light Green

📋 copy color: '#7AF295'

red 122 ◦ green 242 ◦ blue 149

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

Shades of Light Green #7AF295

Tints of Light Green #7AF295

RGB

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

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

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

R = 23.78%
G = 47.17%
B = 29.04%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#7AF295 (or 0x7AF295) is known color: Light Green. HEX triplet: 7A, F2 and 95. RGB value is (122,242,149). Sum of RGB (Red+Green+Blue) = 122+242+149=513 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.78% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF295 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF295 is #850D6A. Grayscale: #C3C3C3. Windows color (decimal): -8719723 or 9826938. OLE color: 9826938.

HSL color Cylindrical-coordinate representation of color #7AF295: hue angle of 133.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF295 is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 242 149 -
CMYK 0.50 0 0.38 0.05
HSL 133.5º 0.82% 0.71% -
HSV(B) 133.5º 0.5% 0.95% -
XYZ 45.2 69.81 39.53 -
YUV 195.52 101.74 75.56 -
System Red Green Blue C M Y K H S L
Decimal 122 242 149 0.50 0 0.38 0.05 133.5 0.82 0.71
Hex 7A F2 95 32 0 26 5 86 52 47
Octal 172 362 225 62 0 46 5 206 122 107
Binary 1111010 11110010 10010101 110010 0 100110 101 10000110 1010010 1000111

Color Harmonies of #7AF295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF295

Black with #7AF295

Text Example


Text Example

White with #7AF295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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