Html Css Color HEX #6AFF1C Bright Green

📋 copy color: '#6AFF1C'

red 106 ◦ green 255 ◦ blue 28

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

Shades of Bright Green #6AFF1C

Tints of Bright Green #6AFF1C

RGB

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

 GREEN value IS 255 (100% from 255) = 65.55%

 BLUE value IS 28 (11.33% from 255) = 7.2%

R = 27.25%
G = 65.55%
B = 7.2%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#6AFF1C (or 0x6AFF1C) is known color: Bright Green. HEX triplet: 6A, FF and 1C. RGB value is (106,255,28). Sum of RGB (Red+Green+Blue) = 106+255+28=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 255 (100% from 255 or 65.55% from 389); Blue value is 28 (11.33% from 255 or 7.20% from 389); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFF1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFF1C is #9500E3. Grayscale: #B9B9B9. Windows color (decimal): -9765092 or 1900394. OLE color: 1900394.

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

Color convert

RGB 106 255 28 -
CMYK 0.58 0 0.89 0
HSL 99.38º 1% 0.55% -
HSV(B) 99.38º 0.89% 1% -
XYZ 41.91 74.67 13.3 -
YUV 184.57 39.64 71.96 -
System Red Green Blue C M Y K H S L
Decimal 106 255 28 0.58 0 0.89 0 99.38 1 0.55
Hex 6A FF 1C 3A 0 59 0 63 64 37
Octal 152 377 34 72 0 131 0 143 144 67
Binary 1101010 11111111 11100 111010 0 1011001 0 1100011 1100100 110111

Color Harmonies of #6AFF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFF1C

Black with #6AFF1C

Text Example


Text Example

White with #6AFF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,255,28); }

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

background-color css

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

 a { background-color: rgb(106,255,28); }

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

border-color css

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

 span { border-color: rgb(106,255,28); }

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