Html Css Color HEX #7AF081 Pastel Green

📋 copy color: '#7AF081'

red 122 ◦ green 240 ◦ blue 129

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

Shades of Pastel Green #7AF081

Tints of Pastel Green #7AF081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.27%

R = 24.85%
G = 48.88%
B = 26.27%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#7AF081 (or 0x7AF081) is known color: Pastel Green. HEX triplet: 7A, F0 and 81. RGB value is (122,240,129). Sum of RGB (Red+Green+Blue) = 122+240+129=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF081 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF081 is #850F7E. Grayscale: #C0C0C0. Windows color (decimal): -8720255 or 8515706. OLE color: 8515706.

HSL color Cylindrical-coordinate representation of color #7AF081: hue angle of 123.56º 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 #7AF081 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 122 240 129 -
CMYK 0.49 0 0.46 0.06
HSL 123.56º 0.8% 0.71% -
HSV(B) 123.56º 0.49% 0.94% -
XYZ 43.15 68.04 31.63 -
YUV 192.06 92.41 78.03 -
System Red Green Blue C M Y K H S L
Decimal 122 240 129 0.49 0 0.46 0.06 123.56 0.8 0.71
Hex 7A F0 81 31 0 2E 6 7C 50 47
Octal 172 360 201 61 0 56 6 174 120 107
Binary 1111010 11110000 10000001 110001 0 101110 110 1111100 1010000 1000111

Color Harmonies of #7AF081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF081

Black with #7AF081

Text Example


Text Example

White with #7AF081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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