Html Css Color HEX #6AD912 Bright Green

📋 copy color: '#6AD912'

red 106 ◦ green 217 ◦ blue 18

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

Shades of Bright Green #6AD912

Tints of Bright Green #6AD912

RGB

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

 GREEN value IS 217 (85.16% from 255) = 63.64%

 BLUE value IS 18 (7.42% from 255) = 5.28%

R = 31.09%
G = 63.64%
B = 5.28%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#6AD912 (or 0x6AD912) is known color: Bright Green. HEX triplet: 6A, D9 and 12. RGB value is (106,217,18). Sum of RGB (Red+Green+Blue) = 106+217+18=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 217 (85.16% from 255 or 63.64% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 217 - color contains mainly: green. Hex color #6AD912 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AD912 is #9526ED. Grayscale: #A1A1A1. Windows color (decimal): -9774830 or 1235306. OLE color: 1235306.

HSL color Cylindrical-coordinate representation of color #6AD912: hue angle of 93.47º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6AD912 is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 217 18 -
CMYK 0.51 0 0.92 0.15
HSL 93.47º 0.85% 0.46% -
HSV(B) 93.47º 0.92% 0.85% -
XYZ 30.87 52.73 9.12 -
YUV 161.13 47.23 88.68 -
System Red Green Blue C M Y K H S L
Decimal 106 217 18 0.51 0 0.92 0.15 93.47 0.85 0.46
Hex 6A D9 12 33 0 5C F 5D 55 2E
Octal 152 331 22 63 0 134 17 135 125 56
Binary 1101010 11011001 10010 110011 0 1011100 1111 1011101 1010101 101110

Color Harmonies of #6AD912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD912

Black with #6AD912

Text Example


Text Example

White with #6AD912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,217,18); }

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

background-color css

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

 a { background-color: rgb(106,217,18); }

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

border-color css

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

 span { border-color: rgb(106,217,18); }

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