Html Css Color HEX #6AF00A Bright Green

📋 copy color: '#6AF00A'

red 106 ◦ green 240 ◦ blue 10

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

Shades of Bright Green #6AF00A

Tints of Bright Green #6AF00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.81%

R = 29.78%
G = 67.42%
B = 2.81%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#6AF00A (or 0x6AF00A) is known color: Bright Green. HEX triplet: 6A, F0 and 0A. RGB value is (106,240,10). Sum of RGB (Red+Green+Blue) = 106+240+10=356 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.78% from 356); Green value is 240 (94.14% from 255 or 67.42% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF00A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF00A is #950FF5. Grayscale: #AEAEAE. Windows color (decimal): -9768950 or 716906. OLE color: 716906.

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

Color convert

RGB 106 240 10 -
CMYK 0.56 0 0.96 0.06
HSL 94.96º 0.92% 0.49% -
HSV(B) 94.96º 0.96% 0.94% -
XYZ 37.16 65.41 10.95 -
YUV 173.71 35.61 79.7 -
System Red Green Blue C M Y K H S L
Decimal 106 240 10 0.56 0 0.96 0.06 94.96 0.92 0.49
Hex 6A F0 A 38 0 60 6 5F 5C 31
Octal 152 360 12 70 0 140 6 137 134 61
Binary 1101010 11110000 1010 111000 0 1100000 110 1011111 1011100 110001

Color Harmonies of #6AF00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF00A

Black with #6AF00A

Text Example


Text Example

White with #6AF00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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