Html Css Color HEX #7AF690 Light Green

📋 copy color: '#7AF690'

red 122 ◦ green 246 ◦ blue 144

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

Shades of Light Green #7AF690

Tints of Light Green #7AF690

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.05%

 BLUE value IS 144 (56.64% from 255) = 28.13%

R = 23.83%
G = 48.05%
B = 28.13%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#7AF690 (or 0x7AF690) is known color: Light Green. HEX triplet: 7A, F6 and 90. RGB value is (122,246,144). Sum of RGB (Red+Green+Blue) = 122+246+144=512 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.83% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 246 - color contains mainly: green. Hex color #7AF690 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF690 is #85096F. Grayscale: #C5C5C5. Windows color (decimal): -8718704 or 9500282. OLE color: 9500282.

HSL color Cylindrical-coordinate representation of color #7AF690: hue angle of 130.65º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF690 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 122 246 144 -
CMYK 0.50 0 0.41 0.04
HSL 130.65º 0.87% 0.72% -
HSV(B) 130.65º 0.5% 0.96% -
XYZ 46.02 72.06 37.87 -
YUV 197.3 97.92 74.29 -
System Red Green Blue C M Y K H S L
Decimal 122 246 144 0.50 0 0.41 0.04 130.65 0.87 0.72
Hex 7A F6 90 32 0 29 4 83 57 48
Octal 172 366 220 62 0 51 4 203 127 110
Binary 1111010 11110110 10010000 110010 0 101001 100 10000011 1010111 1001000

Color Harmonies of #7AF690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF690

Black with #7AF690

Text Example


Text Example

White with #7AF690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,246,144); }

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

background-color css

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

 a { background-color: rgb(122,246,144); }

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

border-color css

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

 span { border-color: rgb(122,246,144); }

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