#6AFD6C

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

Shades of Screamin' Green #6AFD6C

Tints of Screamin' Green #6AFD6C

Color information

#6AFD6C (or 0x6AFD6C) is unknown color: approx Screamin' Green. HEX triplet: 6A, FD and 6C. RGB value is (106,253,108). Sum of RGB (Red+Green+Blue) = 106+253+108=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 253 (99.22% from 255 or 54.18% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFD6C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AFD6C is #950293. Grayscale: #C0C0C0. Windows color (decimal): -9765524 or 7142762. OLE color: 7142762.

HSL color Cylindrical-coordinate representation of color #6AFD6C: hue angle of 120.82º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFD6C is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB106253108-
CMYK0.5800.570.01
HSL120.82º97.35%70.39%-
HSV(B)120.82º58.1%99.22%-
XYZ43.7874.426.24-
YUV192.5280.366.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.70%
GREEN value IS 253 (99.22% from 255) = 54.18%
BLUE value IS 108 (42.58% from 255) = 23.13%
R=22.70%
G=54.18%
B=23.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1062531080.5800.570.01120.8297.3570.39
Hex6AFD6C3A0391796146
Octal152375154720711171141106
Binary110101011111101110110011101001110011111100111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,253,108); }

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

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

 a { background-color: rgb(106,253,108); }

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

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

 span { border-color: rgb(106,253,108); }

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