Html Css Color HEX #6ADC1F Kelly Green

📋 copy color: '#6ADC1F'

red 106 ◦ green 220 ◦ blue 31

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

Shades of Kelly Green #6ADC1F

Tints of Kelly Green #6ADC1F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 61.62%

 BLUE value IS 31 (12.5% from 255) = 8.68%

R = 29.69%
G = 61.62%
B = 8.68%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#6ADC1F (or 0x6ADC1F) is known color: Kelly Green. HEX triplet: 6A, DC and 1F. RGB value is (106,220,31). Sum of RGB (Red+Green+Blue) = 106+220+31=357 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.69% from 357); Green value is 220 (86.33% from 255 or 61.62% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADC1F is #9523E0. Grayscale: #A5A5A5. Windows color (decimal): -9774049 or 2088042. OLE color: 2088042.

HSL color Cylindrical-coordinate representation of color #6ADC1F: hue angle of 96.19º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6ADC1F is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 220 31 -
CMYK 0.52 0 0.86 0.14
HSL 96.19º 0.75% 0.49% -
HSV(B) 96.19º 0.86% 0.86% -
XYZ 31.78 54.35 10.11 -
YUV 164.37 52.73 86.37 -
System Red Green Blue C M Y K H S L
Decimal 106 220 31 0.52 0 0.86 0.14 96.19 0.75 0.49
Hex 6A DC 1F 34 0 56 E 60 4B 31
Octal 152 334 37 64 0 126 16 140 113 61
Binary 1101010 11011100 11111 110100 0 1010110 1110 1100000 1001011 110001

Color Harmonies of #6ADC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADC1F

Black with #6ADC1F

Text Example


Text Example

White with #6ADC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,220,31); }

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

background-color css

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

 a { background-color: rgb(106,220,31); }

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

border-color css

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

 span { border-color: rgb(106,220,31); }

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