Html Css Color HEX #6AF118 Bright Green

📋 copy color: '#6AF118'

red 106 ◦ green 241 ◦ blue 24

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

Shades of Bright Green #6AF118

Tints of Bright Green #6AF118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.47%

R = 28.57%
G = 64.96%
B = 6.47%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#6AF118 (or 0x6AF118) is known color: Bright Green. HEX triplet: 6A, F1 and 18. RGB value is (106,241,24). Sum of RGB (Red+Green+Blue) = 106+241+24=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 241 (94.53% from 255 or 64.96% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF118 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF118 is #950EE7. Grayscale: #B0B0B0. Windows color (decimal): -9768680 or 1634666. OLE color: 1634666.

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

Color convert

RGB 106 241 24 -
CMYK 0.56 0 0.90 0.05
HSL 97.33º 0.89% 0.52% -
HSV(B) 97.33º 0.9% 0.95% -
XYZ 37.56 66.04 11.63 -
YUV 175.9 42.27 78.14 -
System Red Green Blue C M Y K H S L
Decimal 106 241 24 0.56 0 0.90 0.05 97.33 0.89 0.52
Hex 6A F1 18 38 0 5A 5 61 59 34
Octal 152 361 30 70 0 132 5 141 131 64
Binary 1101010 11110001 11000 111000 0 1011010 101 1100001 1011001 110100

Color Harmonies of #6AF118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF118

Black with #6AF118

Text Example


Text Example

White with #6AF118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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