#6AF265

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

Shades of Screamin' Green #6AF265

Tints of Screamin' Green #6AF265

Color information

#6AF265 (or 0x6AF265) is unknown color: approx Screamin' Green. HEX triplet: 6A, F2 and 65. RGB value is (106,242,101). Sum of RGB (Red+Green+Blue) = 106+242+101=449 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.61% from 449); Green value is 242 (94.92% from 255 or 53.90% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 242 - color contains mainly: green. Hex color #6AF265 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF265 is #950D9A. Grayscale: #B9B9B9. Windows color (decimal): -9768347 or 6681194. OLE color: 6681194.

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

Color convert

RGB106242101-
CMYK0.5600.580.05
HSL117.87º84.43%67.25%-
HSV(B)117.87º58.26%94.9%-
XYZ40.0467.5123.23-
YUV185.2680.4471.46-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.61%
GREEN value IS 242 (94.92% from 255) = 53.90%
BLUE value IS 101 (39.84% from 255) = 22.49%
R=23.61%
G=53.90%
B=22.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1062421010.5600.580.05117.8784.4367.25
Hex6AF2653803A5765443
Octal152362145700725166124103
Binary11010101111001011001011110000111010101111011010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,242,101); }

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

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

 a { background-color: rgb(106,242,101); }

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

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

 span { border-color: rgb(106,242,101); }

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