Html Css Color HEX #6AA031 Limeade

📋 copy color: '#6AA031'

red 106 ◦ green 160 ◦ blue 49

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

Shades of Limeade #6AA031

Tints of Limeade #6AA031

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.79%

 BLUE value IS 49 (19.53% from 255) = 15.56%

R = 33.65%
G = 50.79%
B = 15.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#6AA031 (or 0x6AA031) is known color: Limeade. HEX triplet: 6A, A0 and 31. RGB value is (106,160,49). Sum of RGB (Red+Green+Blue) = 106+160+49=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #6AA031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA031 is #955FCE. Grayscale: #838383. Windows color (decimal): -9789391 or 3252330. OLE color: 3252330.

HSL color Cylindrical-coordinate representation of color #6AA031: hue angle of 89.19º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6AA031 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 106 160 49 -
CMYK 0.34 0 0.69 0.37
HSL 89.19º 0.53% 0.41% -
HSV(B) 89.19º 0.69% 0.63% -
XYZ 19.07 28.43 7.39 -
YUV 131.2 81.61 110.03 -
System Red Green Blue C M Y K H S L
Decimal 106 160 49 0.34 0 0.69 0.37 89.19 0.53 0.41
Hex 6A A0 31 22 0 45 25 59 35 29
Octal 152 240 61 42 0 105 45 131 65 51
Binary 1101010 10100000 110001 100010 0 1000101 100101 1011001 110101 101001

Color Harmonies of #6AA031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA031

Black with #6AA031

Text Example


Text Example

White with #6AA031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,160,49); }

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

background-color css

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

 a { background-color: rgb(106,160,49); }

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

border-color css

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

 span { border-color: rgb(106,160,49); }

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