#6AFA45

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

Shades of Screamin' Green #6AFA45

Tints of Screamin' Green #6AFA45

Color information

#6AFA45 (or 0x6AFA45) is unknown color: approx Screamin' Green. HEX triplet: 6A, FA and 45. RGB value is (106,250,69). Sum of RGB (Red+Green+Blue) = 106+250+69=425 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.94% from 425); Green value is 250 (98.05% from 255 or 58.82% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFA45 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFA45 is #9505BA. Grayscale: #BABABA. Windows color (decimal): -9766331 or 4586090. OLE color: 4586090.

HSL color Cylindrical-coordinate representation of color #6AFA45: hue angle of 107.73º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6AFA45 is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB10625069-
CMYK0.5800.720.02
HSL107.73º94.76%62.55%-
HSV(B)107.73º72.4%98.04%-
XYZ41.271.8717.33-
YUV186.3161.7970.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.94%
GREEN value IS 250 (98.05% from 255) = 58.82%
BLUE value IS 69 (27.34% from 255) = 16.24%
R=24.94%
G=58.82%
B=16.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal106250690.5800.720.02107.7394.7662.55
Hex6AFA453A04826c5f3f
Octal152372105720110215413777
Binary1101010111110101000101111010010010001011011001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AFA45; }

 p { color: rgb(106,250,69); }

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

<style>
 a { background-color: #6AFA45; }

 a { background-color: rgb(106,250,69); }

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

<style>
 span { border-color: #6AFA45; }

 span { border-color: rgb(106,250,69); }

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