Html Css Color HEX #6AF124 Bright Green

📋 copy color: '#6AF124'

red 106 ◦ green 241 ◦ blue 36

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

Shades of Bright Green #6AF124

Tints of Bright Green #6AF124

RGB

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

 GREEN value IS 241 (94.53% from 255) = 62.92%

 BLUE value IS 36 (14.45% from 255) = 9.4%

R = 27.68%
G = 62.92%
B = 9.4%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#6AF124 (or 0x6AF124) is known color: Bright Green. HEX triplet: 6A, F1 and 24. RGB value is (106,241,36). Sum of RGB (Red+Green+Blue) = 106+241+36=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 241 (94.53% from 255 or 62.92% from 383); Blue value is 36 (14.45% from 255 or 9.40% from 383); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF124 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AF124 is #950EDB. Grayscale: #B1B1B1. Windows color (decimal): -9768668 or 2421098. OLE color: 2421098.

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

Color convert

RGB 106 241 36 -
CMYK 0.56 0 0.85 0.05
HSL 99.51º 0.88% 0.54% -
HSV(B) 99.51º 0.85% 0.95% -
XYZ 37.72 66.1 12.44 -
YUV 177.27 48.27 77.17 -
System Red Green Blue C M Y K H S L
Decimal 106 241 36 0.56 0 0.85 0.05 99.51 0.88 0.54
Hex 6A F1 24 38 0 55 5 64 58 36
Octal 152 361 44 70 0 125 5 144 130 66
Binary 1101010 11110001 100100 111000 0 1010101 101 1100100 1011000 110110

Color Harmonies of #6AF124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF124

Black with #6AF124

Text Example


Text Example

White with #6AF124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,241,36); }

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

background-color css

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

 a { background-color: rgb(106,241,36); }

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

border-color css

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

 span { border-color: rgb(106,241,36); }

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