Html Css Color HEX #6AA32F Limeade

📋 copy color: '#6AA32F'

red 106 ◦ green 163 ◦ blue 47

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

Shades of Limeade #6AA32F

Tints of Limeade #6AA32F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 51.58%

 BLUE value IS 47 (18.75% from 255) = 14.87%

R = 33.54%
G = 51.58%
B = 14.87%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#6AA32F (or 0x6AA32F) is known color: Limeade. HEX triplet: 6A, A3 and 2F. RGB value is (106,163,47). Sum of RGB (Red+Green+Blue) = 106+163+47=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 163 (64.06% from 255 or 51.58% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 163 - color contains mainly: green. Hex color #6AA32F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA32F is #955CD0. Grayscale: #858585. Windows color (decimal): -9788625 or 3122026. OLE color: 3122026.

HSL color Cylindrical-coordinate representation of color #6AA32F: hue angle of 89.48º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6AA32F is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 106 163 47 -
CMYK 0.35 0 0.71 0.36
HSL 89.48º 0.55% 0.41% -
HSV(B) 89.48º 0.71% 0.64% -
XYZ 19.55 29.46 7.35 -
YUV 132.73 79.62 108.93 -
System Red Green Blue C M Y K H S L
Decimal 106 163 47 0.35 0 0.71 0.36 89.48 0.55 0.41
Hex 6A A3 2F 23 0 47 24 59 37 29
Octal 152 243 57 43 0 107 44 131 67 51
Binary 1101010 10100011 101111 100011 0 1000111 100100 1011001 110111 101001

Color Harmonies of #6AA32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA32F

Black with #6AA32F

Text Example


Text Example

White with #6AA32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,163,47); }

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

background-color css

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

 a { background-color: rgb(106,163,47); }

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

border-color css

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

 span { border-color: rgb(106,163,47); }

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