Html Css Color HEX #6AA934 Limeade

📋 copy color: '#6AA934'

red 106 ◦ green 169 ◦ blue 52

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

Shades of Limeade #6AA934

Tints of Limeade #6AA934

RGB

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

 GREEN value IS 169 (66.41% from 255) = 51.68%

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

R = 32.42%
G = 51.68%
B = 15.9%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#6AA934 (or 0x6AA934) is known color: Limeade. HEX triplet: 6A, A9 and 34. RGB value is (106,169,52). Sum of RGB (Red+Green+Blue) = 106+169+52=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 169 (66.41% from 255 or 51.68% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 169 - color contains mainly: green. Hex color #6AA934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA934 is #9556CB. Grayscale: #898989. Windows color (decimal): -9787084 or 3451242. OLE color: 3451242.

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

Color convert

RGB 106 169 52 -
CMYK 0.37 0 0.69 0.34
HSL 92.31º 0.53% 0.43% -
HSV(B) 92.31º 0.69% 0.66% -
XYZ 20.75 31.69 8.27 -
YUV 136.83 80.13 106.01 -
System Red Green Blue C M Y K H S L
Decimal 106 169 52 0.37 0 0.69 0.34 92.31 0.53 0.43
Hex 6A A9 34 25 0 45 22 5C 35 2B
Octal 152 251 64 45 0 105 42 134 65 53
Binary 1101010 10101001 110100 100101 0 1000101 100010 1011100 110101 101011

Color Harmonies of #6AA934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA934

Black with #6AA934

Text Example


Text Example

White with #6AA934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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