#7AF164

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

Shades of Screamin' Green #7AF164

Tints of Screamin' Green #7AF164

Color information

#7AF164 (or 0x7AF164) is unknown color: approx Screamin' Green. HEX triplet: 7A, F1 and 64. RGB value is (122,241,100). Sum of RGB (Red+Green+Blue) = 122+241+100=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 241 (94.53% from 255 or 52.05% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF164 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF164 is #850E9B. Grayscale: #BDBDBD. Windows color (decimal): -8720028 or 6615418. OLE color: 6615418.

HSL color Cylindrical-coordinate representation of color #7AF164: hue angle of 110.64º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7AF164 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB122241100-
CMYK0.4900.590.05
HSL110.64º83.43%66.86%-
HSV(B)110.64º58.51%94.51%-
XYZ41.7867.9722.97-
YUV189.3477.5879.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.35%
GREEN value IS 241 (94.53% from 255) = 52.05%
BLUE value IS 100 (39.45% from 255) = 21.60%
R=26.35%
G=52.05%
B=21.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1222411000.4900.590.05110.6483.4366.86
Hex7AF1643103B56f5343
Octal172361144610735157123103
Binary11110101111000111001001100010111011101110111110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,241,100); }

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

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

 a { background-color: rgb(122,241,100); }

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

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

 span { border-color: rgb(122,241,100); }

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