#7AFC48

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

Shades of Screamin' Green #7AFC48

Tints of Screamin' Green #7AFC48

Color information

#7AFC48 (or 0x7AFC48) is unknown color: approx Screamin' Green. HEX triplet: 7A, FC and 48. RGB value is (122,252,72). Sum of RGB (Red+Green+Blue) = 122+252+72=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 252 (98.83% from 255 or 56.50% from 446); Blue value is 72 (28.52% from 255 or 16.14% from 446); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFC48 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AFC48 is #8503B7. Grayscale: #C1C1C1. Windows color (decimal): -8717240 or 4783226. OLE color: 4783226.

HSL color Cylindrical-coordinate representation of color #7AFC48: hue angle of 103.33º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7AFC48 is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB12225272-
CMYK0.5200.710.01
HSL103.33º96.77%63.53%-
HSV(B)103.33º71.43%98.82%-
XYZ44.0174.2318.14-
YUV192.6159.9377.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.35%
GREEN value IS 252 (98.83% from 255) = 56.50%
BLUE value IS 72 (28.52% from 255) = 16.14%
R=27.35%
G=56.50%
B=16.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal122252720.5200.710.01103.3396.7763.53
Hex7AFC48340471676140
Octal1723741106401071147141100
Binary1111010111111001001000110100010001111110011111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,252,72); }

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

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

 a { background-color: rgb(122,252,72); }

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

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

 span { border-color: rgb(122,252,72); }

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