Html Css Color HEX #6AAA34 Limeade

📋 copy color: '#6AAA34'

red 106 ◦ green 170 ◦ blue 52

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

Shades of Limeade #6AAA34

Tints of Limeade #6AAA34

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.83%

 BLUE value IS 52 (20.7% from 255) = 15.85%

R = 32.32%
G = 51.83%
B = 15.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#6AAA34 (or 0x6AAA34) is known color: Limeade. HEX triplet: 6A, AA and 34. RGB value is (106,170,52). Sum of RGB (Red+Green+Blue) = 106+170+52=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 170 (66.80% from 255 or 51.83% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAA34 is #9555CB. Grayscale: #898989. Windows color (decimal): -9786828 or 3451498. OLE color: 3451498.

HSL color Cylindrical-coordinate representation of color #6AAA34: hue angle of 92.54º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6AAA34 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 170 52 -
CMYK 0.38 0 0.69 0.33
HSL 92.54º 0.53% 0.44% -
HSV(B) 92.54º 0.69% 0.67% -
XYZ 20.94 32.06 8.33 -
YUV 137.41 79.8 105.59 -
System Red Green Blue C M Y K H S L
Decimal 106 170 52 0.38 0 0.69 0.33 92.54 0.53 0.44
Hex 6A AA 34 26 0 45 21 5D 35 2C
Octal 152 252 64 46 0 105 41 135 65 54
Binary 1101010 10101010 110100 100110 0 1000101 100001 1011101 110101 101100

Color Harmonies of #6AAA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAA34

Black with #6AAA34

Text Example


Text Example

White with #6AAA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,170,52); }

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

background-color css

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

 a { background-color: rgb(106,170,52); }

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

border-color css

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

 span { border-color: rgb(106,170,52); }

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