Html Css Color HEX #7AF08A Light Green

📋 copy color: '#7AF08A'

red 122 ◦ green 240 ◦ blue 138

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

Shades of Light Green #7AF08A

Tints of Light Green #7AF08A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48%

 BLUE value IS 138 (54.3% from 255) = 27.6%

R = 24.4%
G = 48%
B = 27.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#7AF08A (or 0x7AF08A) is known color: Light Green. HEX triplet: 7A, F0 and 8A. RGB value is (122,240,138). Sum of RGB (Red+Green+Blue) = 122+240+138=500 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.4% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF08A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF08A is #850F75. Grayscale: #C1C1C1. Windows color (decimal): -8720246 or 9105530. OLE color: 9105530.

HSL color Cylindrical-coordinate representation of color #7AF08A: hue angle of 128.14º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AF08A is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 122 240 138 -
CMYK 0.49 0 0.42 0.06
HSL 128.14º 0.8% 0.71% -
HSV(B) 128.14º 0.49% 0.94% -
XYZ 43.77 68.29 34.92 -
YUV 193.09 96.91 77.29 -
System Red Green Blue C M Y K H S L
Decimal 122 240 138 0.49 0 0.42 0.06 128.14 0.8 0.71
Hex 7A F0 8A 31 0 2A 6 80 50 47
Octal 172 360 212 61 0 52 6 200 120 107
Binary 1111010 11110000 10001010 110001 0 101010 110 10000000 1010000 1000111

Color Harmonies of #7AF08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF08A

Black with #7AF08A

Text Example


Text Example

White with #7AF08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,240,138); }

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

background-color css

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

 a { background-color: rgb(122,240,138); }

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

border-color css

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

 span { border-color: rgb(122,240,138); }

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