#6AF415

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

Shades of Bright Green #6AF415

Tints of Bright Green #6AF415

Color information

#6AF415 (or 0x6AF415) is unknown color: approx Bright Green. HEX triplet: 6A, F4 and 15. RGB value is (106,244,21). Sum of RGB (Red+Green+Blue) = 106+244+21=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 244 (95.70% from 255 or 65.77% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 244 - color contains mainly: green. Hex color #6AF415 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF415 is #950BEA. Grayscale: #B2B2B2. Windows color (decimal): -9767915 or 1438826. OLE color: 1438826.

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

Color convert

RGB10624421-
CMYK0.5700.910.04
HSL97.13º91.02%51.96%-
HSV(B)97.13º91.39%95.69%-
XYZ38.4367.8211.77-
YUV177.3239.7877.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.57%
GREEN value IS 244 (95.70% from 255) = 65.77%
BLUE value IS 21 (8.59% from 255) = 5.66%
R=28.57%
G=65.77%
B=5.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal106244210.5700.910.0497.1391.0251.96
Hex6AF4153905B4615b34
Octal15236425710133414113364
Binary110101011110100101011110010101101110011000011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,244,21); }

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

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

 a { background-color: rgb(106,244,21); }

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

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

 span { border-color: rgb(106,244,21); }

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