#6AF45F

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

Shades of Screamin' Green #6AF45F

Tints of Screamin' Green #6AF45F

Color information

#6AF45F (or 0x6AF45F) is unknown color: approx Screamin' Green. HEX triplet: 6A, F4 and 5F. RGB value is (106,244,95). Sum of RGB (Red+Green+Blue) = 106+244+95=445 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.82% from 445); Green value is 244 (95.70% from 255 or 54.83% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 244 - color contains mainly: green. Hex color #6AF45F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF45F is #950BA0. Grayscale: #BABABA. Windows color (decimal): -9767841 or 6288490. OLE color: 6288490.

HSL color Cylindrical-coordinate representation of color #6AF45F: hue angle of 115.57º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6AF45F is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB10624495-
CMYK0.5700.610.04
HSL115.57º87.13%66.47%-
HSV(B)115.57º61.07%95.69%-
XYZ40.3668.5921.94-
YUV185.7576.7871.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.82%
GREEN value IS 244 (95.70% from 255) = 54.83%
BLUE value IS 95 (37.5% from 255) = 21.35%
R=23.82%
G=54.83%
B=21.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal106244950.5700.610.04115.5787.1366.47
Hex6AF45F3903D4745742
Octal152364137710754164127102
Binary11010101111010010111111110010111101100111010010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,244,95); }

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

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

 a { background-color: rgb(106,244,95); }

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

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

 span { border-color: rgb(106,244,95); }

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