Html Css Color HEX #7AF280 Pastel Green

📋 copy color: '#7AF280'

red 122 ◦ green 242 ◦ blue 128

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

Shades of Pastel Green #7AF280

Tints of Pastel Green #7AF280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.02%

R = 24.8%
G = 49.19%
B = 26.02%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#7AF280 (or 0x7AF280) is known color: Pastel Green. HEX triplet: 7A, F2 and 80. RGB value is (122,242,128). Sum of RGB (Red+Green+Blue) = 122+242+128=492 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.80% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF280 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF280 is #850D7F. Grayscale: #C1C1C1. Windows color (decimal): -8719744 or 8450682. OLE color: 8450682.

HSL color Cylindrical-coordinate representation of color #7AF280: hue angle of 123º 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 #7AF280 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 242 128 -
CMYK 0.50 0 0.47 0.05
HSL 123º 0.82% 0.71% -
HSV(B) 123º 0.5% 0.95% -
XYZ 43.67 69.2 31.48 -
YUV 193.12 91.24 77.27 -
System Red Green Blue C M Y K H S L
Decimal 122 242 128 0.50 0 0.47 0.05 123 0.82 0.71
Hex 7A F2 80 32 0 2F 5 7B 52 47
Octal 172 362 200 62 0 57 5 173 122 107
Binary 1111010 11110010 10000000 110010 0 101111 101 1111011 1010010 1000111

Color Harmonies of #7AF280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF280

Black with #7AF280

Text Example


Text Example

White with #7AF280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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