#7AF14B

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

Shades of Screamin' Green #7AF14B

Tints of Screamin' Green #7AF14B

Color information

#7AF14B (or 0x7AF14B) is unknown color: approx Screamin' Green. HEX triplet: 7A, F1 and 4B. RGB value is (122,241,75). Sum of RGB (Red+Green+Blue) = 122+241+75=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 241 (94.53% from 255 or 55.02% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF14B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF14B is #850EB4. Grayscale: #BBBBBB. Windows color (decimal): -8720053 or 4977018. OLE color: 4977018.

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

Color convert

RGB12224175-
CMYK0.4900.690.05
HSL103.01º85.57%61.96%-
HSV(B)103.01º68.88%94.51%-
XYZ40.7567.5617.55-
YUV186.565.0882-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.85%
GREEN value IS 241 (94.53% from 255) = 55.02%
BLUE value IS 75 (29.69% from 255) = 17.12%
R=27.85%
G=55.02%
B=17.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal122241750.4900.690.05103.0185.5761.96
Hex7AF14B31045567563e
Octal172361113610105514712676
Binary11110101111000110010111100010100010110111001111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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