#6AF362

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

Shades of Screamin' Green #6AF362

Tints of Screamin' Green #6AF362

Color information

#6AF362 (or 0x6AF362) is unknown color: approx Screamin' Green. HEX triplet: 6A, F3 and 62. RGB value is (106,243,98). Sum of RGB (Red+Green+Blue) = 106+243+98=447 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.71% from 447); Green value is 243 (95.31% from 255 or 54.36% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF362 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF362 is #950C9D. Grayscale: #B9B9B9. Windows color (decimal): -9768094 or 6484842. OLE color: 6484842.

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

Color convert

RGB10624398-
CMYK0.5600.600.05
HSL116.69º85.8%66.86%-
HSV(B)116.69º59.67%95.29%-
XYZ40.268.0522.57-
YUV185.5178.6171.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.71%
GREEN value IS 243 (95.31% from 255) = 54.36%
BLUE value IS 98 (38.67% from 255) = 21.92%
R=23.71%
G=54.36%
B=21.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal106243980.5600.600.05116.6985.866.86
Hex6AF3623803C5755643
Octal152363142700745165126103
Binary11010101111001111000101110000111100101111010110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,243,98); }

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

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

 a { background-color: rgb(106,243,98); }

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

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

 span { border-color: rgb(106,243,98); }

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