#7AF278

Color #7AF278 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #7AF278

Tints of Pastel Green #7AF278

Color information

#7AF278 (or 0x7AF278) is unknown color: approx Pastel Green. HEX triplet: 7A, F2 and 78. RGB value is (122,242,120). Sum of RGB (Red+Green+Blue) = 122+242+120=484 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.21% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF278 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF278 is #850D87. Grayscale: #C0C0C0. Windows color (decimal): -8719752 or 7926394. OLE color: 7926394.

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

Color convert

RGB122242120-
CMYK0.5000.500.05
HSL119.02º82.43%70.98%-
HSV(B)119.02º50.41%94.9%-
XYZ43.176928.81-
YUV192.2187.2477.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.21%
GREEN value IS 242 (94.92% from 255) = 50%
BLUE value IS 120 (47.27% from 255) = 24.79%
R=25.21%
G=50%
B=24.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1222421200.5000.500.05119.0282.4370.98
Hex7AF278320325775247
Octal172362170620625167122107
Binary11110101111001011110001100100110010101111011110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7AF278;
 }
 .AnyTagClassName
 {
   color: #7AF278;
 }
</style>
background-color css

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

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

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

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

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

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