Html Css Color HEX #6AF10D Bright Green

📋 copy color: '#6AF10D'

red 106 ◦ green 241 ◦ blue 13

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

Shades of Bright Green #6AF10D

Tints of Bright Green #6AF10D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.61%

R = 29.44%
G = 66.94%
B = 3.61%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#6AF10D (or 0x6AF10D) is known color: Bright Green. HEX triplet: 6A, F1 and 0D. RGB value is (106,241,13). Sum of RGB (Red+Green+Blue) = 106+241+13=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 241 (94.53% from 255 or 66.94% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF10D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF10D is #950EF2. Grayscale: #AFAFAF. Windows color (decimal): -9768691 or 913770. OLE color: 913770.

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

Color convert

RGB 106 241 13 -
CMYK 0.56 0 0.95 0.05
HSL 95.53º 0.9% 0.5% -
HSV(B) 95.53º 0.95% 0.95% -
XYZ 37.47 66 11.15 -
YUV 174.64 36.77 79.04 -
System Red Green Blue C M Y K H S L
Decimal 106 241 13 0.56 0 0.95 0.05 95.53 0.9 0.5
Hex 6A F1 D 38 0 5F 5 60 5A 32
Octal 152 361 15 70 0 137 5 140 132 62
Binary 1101010 11110001 1101 111000 0 1011111 101 1100000 1011010 110010

Color Harmonies of #6AF10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF10D

Black with #6AF10D

Text Example


Text Example

White with #6AF10D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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