Html Css Color HEX #6AF028 Bright Green

📋 copy color: '#6AF028'

red 106 ◦ green 240 ◦ blue 40

#6AF028
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #6AF028

Tints of Bright Green #6AF028

RGB

 RED value IS 106 (41.8% from 255) = 27.46%

 GREEN value IS 240 (94.14% from 255) = 62.18%

 BLUE value IS 40 (16.02% from 255) = 10.36%

R = 27.46%
G = 62.18%
B = 10.36%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#6AF028 (or 0x6AF028) is known color: Bright Green. HEX triplet: 6A, F0 and 28. RGB value is (106,240,40). Sum of RGB (Red+Green+Blue) = 106+240+40=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 240 (94.14% from 255 or 62.18% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF028 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AF028 is #950FD7. Grayscale: #B1B1B1. Windows color (decimal): -9768920 or 2682986. OLE color: 2682986.

HSL color Cylindrical-coordinate representation of color #6AF028: hue angle of 100.2º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6AF028 is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 106 240 40 -
CMYK 0.56 0 0.83 0.06
HSL 100.2º 0.87% 0.55% -
HSV(B) 100.2º 0.83% 0.94% -
XYZ 37.49 65.54 12.68 -
YUV 177.13 50.61 77.26 -
System Red Green Blue C M Y K H S L
Decimal 106 240 40 0.56 0 0.83 0.06 100.2 0.87 0.55
Hex 6A F0 28 38 0 53 6 64 57 37
Octal 152 360 50 70 0 123 6 144 127 67
Binary 1101010 11110000 101000 111000 0 1010011 110 1100100 1010111 110111

Color Harmonies of #6AF028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF028

Black with #6AF028

Text Example


Text Example

White with #6AF028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,240,40); }

 H1.HeaderClassName
 {
   color: #6AF028;
 }
 .AnyTagClassName
 {
   color: #6AF028;
 }
</style>

background-color css

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

 a { background-color: rgb(106,240,40); }

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

border-color css

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

 span { border-color: rgb(106,240,40); }

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