Html Css Color HEX #6AD000 Kelly Green

📋 copy color: '#6AD000'

red 106 ◦ green 208 ◦ blue 0

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

Shades of Kelly Green #6AD000

Tints of Kelly Green #6AD000

RGB

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

 GREEN value IS 208 (81.64% from 255) = 66.24%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.76%
G = 66.24%
B = 0%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#6AD000 (or 0x6AD000) is known color: Kelly Green. HEX triplet: 6A, D0 and 00. RGB value is (106,208,0). Sum of RGB (Red+Green+Blue) = 106+208+0=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 208 (81.64% from 255 or 66.24% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD000 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AD000 is #952FFF. Grayscale: #9A9A9A. Windows color (decimal): -9777152 or 53354. OLE color: 53354.

HSL color Cylindrical-coordinate representation of color #6AD000: hue angle of 89.42º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6AD000 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 106 208 0 -
CMYK 0.49 0 1 0.18
HSL 89.42º 1% 0.41% -
HSV(B) 89.42º 1% 0.82% -
XYZ 28.5 48.18 7.8 -
YUV 153.79 41.21 93.91 -
System Red Green Blue C M Y K H S L
Decimal 106 208 0 0.49 0 1 0.18 89.42 1 0.41
Hex 6A D0 0 31 0 64 12 59 64 29
Octal 152 320 0 61 0 144 22 131 144 51
Binary 1101010 11010000 0 110001 0 1100100 10010 1011001 1100100 101001

Color Harmonies of #6AD000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD000

Black with #6AD000

Text Example


Text Example

White with #6AD000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,208,0); }

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

background-color css

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

 a { background-color: rgb(106,208,0); }

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

border-color css

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

 span { border-color: rgb(106,208,0); }

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