#7af378

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

Shades of Pastel Green #7AF378

Tints of Pastel Green #7AF378

Color information

#7AF378 (or 0x7AF378) is unknown color: approx Pastel Green. HEX triplet: 7A, F3 and 78. RGB value is (122,243,120). Sum of RGB (Red+Green+Blue) = 122+243+120=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 243 (95.31% from 255 or 50.10% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 243 - color contains mainly: green. Hex color #7AF378 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF378 is #850C87. Grayscale: #C1C1C1. Windows color (decimal): -8719496 or 7926650. OLE color: 7926650.

HSL color Cylindrical-coordinate representation of color #7AF378: hue angle of 119.02º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF378 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB122243120-
CMYK0.5000.510.05
HSL119.02º83.67%71.18%-
HSV(B)119.02º50.62%95.29%-
XYZ43.4769.5928.91-
YUV192.886.9177.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.15%
GREEN value IS 243 (95.31% from 255) = 50.10%
BLUE value IS 120 (47.27% from 255) = 24.74%
R=25.15%
G=50.10%
B=24.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1222431200.5000.510.05119.0283.6771.18
Hex7AF378320335775447
Octal172363170620635167124107
Binary11110101111001111110001100100110011101111011110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7af378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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