Html Css Color HEX #6A982C Limeade

📋 copy color: '#6A982C'

red 106 ◦ green 152 ◦ blue 44

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

Shades of Limeade #6A982C

Tints of Limeade #6A982C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.33%

 BLUE value IS 44 (17.58% from 255) = 14.57%

R = 35.1%
G = 50.33%
B = 14.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#6A982C (or 0x6A982C) is known color: Limeade. HEX triplet: 6A, 98 and 2C. RGB value is (106,152,44). Sum of RGB (Red+Green+Blue) = 106+152+44=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #6A982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A982C is #9567D3. Grayscale: #7E7E7E. Windows color (decimal): -9791444 or 2922602. OLE color: 2922602.

HSL color Cylindrical-coordinate representation of color #6A982C: hue angle of 85.56º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A982C is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 106 152 44 -
CMYK 0.30 0 0.71 0.40
HSL 85.56º 0.55% 0.38% -
HSV(B) 85.56º 0.71% 0.6% -
XYZ 17.63 25.7 6.41 -
YUV 125.93 81.76 113.78 -
System Red Green Blue C M Y K H S L
Decimal 106 152 44 0.30 0 0.71 0.40 85.56 0.55 0.38
Hex 6A 98 2C 1E 0 47 28 56 37 26
Octal 152 230 54 36 0 107 50 126 67 46
Binary 1101010 10011000 101100 11110 0 1000111 101000 1010110 110111 100110

Color Harmonies of #6A982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A982C

Black with #6A982C

Text Example


Text Example

White with #6A982C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,152,44); }

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

background-color css

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

 a { background-color: rgb(106,152,44); }

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

border-color css

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

 span { border-color: rgb(106,152,44); }

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