#6AFB72

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

Shades of Screamin' Green #6AFB72

Tints of Screamin' Green #6AFB72

Color information

#6AFB72 (or 0x6AFB72) is unknown color: approx Screamin' Green. HEX triplet: 6A, FB and 72. RGB value is (106,251,114). Sum of RGB (Red+Green+Blue) = 106+251+114=471 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.51% from 471); Green value is 251 (98.44% from 255 or 53.29% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFB72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AFB72 is #95048D. Grayscale: #C0C0C0. Windows color (decimal): -9766030 or 7535466. OLE color: 7535466.

HSL color Cylindrical-coordinate representation of color #6AFB72: hue angle of 123.31º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFB72 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB106251114-
CMYK0.5800.550.02
HSL123.31º94.77%70%-
HSV(B)123.31º57.77%98.43%-
XYZ43.4873.2727.77-
YUV192.0383.9666.64-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.51%
GREEN value IS 251 (98.44% from 255) = 53.29%
BLUE value IS 114 (44.92% from 255) = 24.20%
R=22.51%
G=53.29%
B=24.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062511140.5800.550.02123.3194.7770
Hex6AFB723A03727b5f46
Octal152373162720672173137106
Binary1101010111110111110010111010011011110111101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,251,114); }

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

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

 a { background-color: rgb(106,251,114); }

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

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

 span { border-color: rgb(106,251,114); }

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