#6AF64B

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

Shades of Screamin' Green #6AF64B

Tints of Screamin' Green #6AF64B

Color information

#6AF64B (or 0x6AF64B) is unknown color: approx Screamin' Green. HEX triplet: 6A, F6 and 4B. RGB value is (106,246,75). Sum of RGB (Red+Green+Blue) = 106+246+75=427 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.82% from 427); Green value is 246 (96.48% from 255 or 57.61% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 246 - color contains mainly: green. Hex color #6AF64B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AF64B is #9509B4. Grayscale: #B9B9B9. Windows color (decimal): -9767349 or 4978282. OLE color: 4978282.

HSL color Cylindrical-coordinate representation of color #6AF64B: hue angle of 109.12º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6AF64B is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB10624675-
CMYK0.5700.700.04
HSL109.12º90.48%62.94%-
HSV(B)109.12º69.51%96.47%-
XYZ40.1769.4817.95-
YUV184.6566.1271.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.82%
GREEN value IS 246 (96.48% from 255) = 57.61%
BLUE value IS 75 (29.69% from 255) = 17.56%
R=24.82%
G=57.61%
B=17.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal106246750.5700.700.04109.1290.4862.94
Hex6AF64B3904646d5a3f
Octal152366113710106415513277
Binary11010101111011010010111110010100011010011011011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,246,75); }

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

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

 a { background-color: rgb(106,246,75); }

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

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

 span { border-color: rgb(106,246,75); }

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