#6AF215

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

Shades of Bright Green #6AF215

Tints of Bright Green #6AF215

Color information

#6AF215 (or 0x6AF215) is unknown color: approx Bright Green. HEX triplet: 6A, F2 and 15. RGB value is (106,242,21). Sum of RGB (Red+Green+Blue) = 106+242+21=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 242 (94.92% from 255 or 65.58% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 242 - color contains mainly: green. Hex color #6AF215 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF215 is #950DEA. Grayscale: #B0B0B0. Windows color (decimal): -9768427 or 1438314. OLE color: 1438314.

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

Color convert

RGB10624221-
CMYK0.5600.910.05
HSL96.92º89.47%51.57%-
HSV(B)96.92º91.32%94.9%-
XYZ37.8366.6211.57-
YUV176.1440.4477.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.73%
GREEN value IS 242 (94.92% from 255) = 65.58%
BLUE value IS 21 (8.59% from 255) = 5.69%
R=28.73%
G=65.58%
B=5.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal106242210.5600.910.0596.9289.4751.57
Hex6AF2153805B5615934
Octal15236225700133514113164
Binary110101011110010101011110000101101110111000011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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