#6AFB4C

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

Shades of Screamin' Green #6AFB4C

Tints of Screamin' Green #6AFB4C

Color information

#6AFB4C (or 0x6AFB4C) is unknown color: approx Screamin' Green. HEX triplet: 6A, FB and 4C. RGB value is (106,251,76). Sum of RGB (Red+Green+Blue) = 106+251+76=433 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.48% from 433); Green value is 251 (98.44% from 255 or 57.97% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFB4C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFB4C is #9504B3. Grayscale: #BCBCBC. Windows color (decimal): -9766068 or 5045098. OLE color: 5045098.

HSL color Cylindrical-coordinate representation of color #6AFB4C: hue angle of 109.71º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6AFB4C is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB10625176-
CMYK0.5800.700.02
HSL109.71º95.63%64.12%-
HSV(B)109.71º69.72%98.43%-
XYZ41.7572.5818.65-
YUV187.6964.9669.73-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.48%
GREEN value IS 251 (98.44% from 255) = 57.97%
BLUE value IS 76 (30.08% from 255) = 17.55%
R=24.48%
G=57.97%
B=17.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal106251760.5800.700.02109.7195.6364.12
Hex6AFB4C3A04626e6040
Octal1523731147201062156140100
Binary11010101111101110011001110100100011010110111011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,251,76); }

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

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

 a { background-color: rgb(106,251,76); }

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

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

 span { border-color: rgb(106,251,76); }

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