#6AF24B

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

Shades of Screamin' Green #6AF24B

Tints of Screamin' Green #6AF24B

Color information

#6AF24B (or 0x6AF24B) is unknown color: approx Screamin' Green. HEX triplet: 6A, F2 and 4B. RGB value is (106,242,75). Sum of RGB (Red+Green+Blue) = 106+242+75=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 242 (94.92% from 255 or 57.21% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 242 - color contains mainly: green. Hex color #6AF24B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AF24B is #950DB4. Grayscale: #B6B6B6. Windows color (decimal): -9768373 or 4977258. OLE color: 4977258.

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

Color convert

RGB10624275-
CMYK0.5600.690.05
HSL108.86º86.53%62.16%-
HSV(B)108.86º69.01%94.9%-
XYZ38.9767.0817.55-
YUV182.367.4473.58-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.06%
GREEN value IS 242 (94.92% from 255) = 57.21%
BLUE value IS 75 (29.69% from 255) = 17.73%
R=25.06%
G=57.21%
B=17.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal106242750.5600.690.05108.8686.5362.16
Hex6AF24B3804556d573e
Octal152362113700105515512776
Binary11010101111001010010111110000100010110111011011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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