Html Css Color HEX #6AA134 Limeade

📋 copy color: '#6AA134'

red 106 ◦ green 161 ◦ blue 52

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

Shades of Limeade #6AA134

Tints of Limeade #6AA134

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.47%

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

R = 33.23%
G = 50.47%
B = 16.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#6AA134 (or 0x6AA134) is known color: Limeade. HEX triplet: 6A, A1 and 34. RGB value is (106,161,52). Sum of RGB (Red+Green+Blue) = 106+161+52=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 161 (63.28% from 255 or 50.47% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 161 - color contains mainly: green. Hex color #6AA134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA134 is #955ECB. Grayscale: #848484. Windows color (decimal): -9789132 or 3449194. OLE color: 3449194.

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

Color convert

RGB 106 161 52 -
CMYK 0.34 0 0.68 0.37
HSL 90.28º 0.51% 0.42% -
HSV(B) 90.28º 0.68% 0.63% -
XYZ 19.31 28.8 7.79 -
YUV 132.13 82.78 109.36 -
System Red Green Blue C M Y K H S L
Decimal 106 161 52 0.34 0 0.68 0.37 90.28 0.51 0.42
Hex 6A A1 34 22 0 44 25 5A 33 2A
Octal 152 241 64 42 0 104 45 132 63 52
Binary 1101010 10100001 110100 100010 0 1000100 100101 1011010 110011 101010

Color Harmonies of #6AA134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA134

Black with #6AA134

Text Example


Text Example

White with #6AA134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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