#6AF15C

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

Shades of Screamin' Green #6AF15C

Tints of Screamin' Green #6AF15C

Color information

#6AF15C (or 0x6AF15C) is unknown color: approx Screamin' Green. HEX triplet: 6A, F1 and 5C. RGB value is (106,241,92). Sum of RGB (Red+Green+Blue) = 106+241+92=439 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.15% from 439); Green value is 241 (94.53% from 255 or 54.90% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF15C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF15C is #950EA3. Grayscale: #B8B8B8. Windows color (decimal): -9768612 or 6091114. OLE color: 6091114.

HSL color Cylindrical-coordinate representation of color #6AF15C: hue angle of 114.36º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6AF15C is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB10624192-
CMYK0.5600.620.05
HSL114.36º84.18%65.29%-
HSV(B)114.36º61.83%94.51%-
XYZ39.3366.7520.94-
YUV183.6576.2772.62-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.15%
GREEN value IS 241 (94.53% from 255) = 54.90%
BLUE value IS 92 (36.33% from 255) = 20.96%
R=24.15%
G=54.90%
B=20.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal106241920.5600.620.05114.3684.1865.29
Hex6AF15C3803E5725441
Octal152361134700765162124101
Binary11010101111000110111001110000111110101111001010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,241,92); }

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

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

 a { background-color: rgb(106,241,92); }

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

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

 span { border-color: rgb(106,241,92); }

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