Html Css Color HEX #69AA33 Limeade

📋 copy color: '#69AA33'

red 105 ◦ green 170 ◦ blue 51

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

Shades of Limeade #69AA33

Tints of Limeade #69AA33

RGB

 RED value IS 105 (41.41% from 255) = 32.21%

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

 BLUE value IS 51 (20.31% from 255) = 15.64%

R = 32.21%
G = 52.15%
B = 15.64%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#69AA33 (or 0x69AA33) is known color: Limeade. HEX triplet: 69, AA and 33. RGB value is (105,170,51). Sum of RGB (Red+Green+Blue) = 105+170+51=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #69AA33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AA33 is #9655CC. Grayscale: #898989. Windows color (decimal): -9852365 or 3385961. OLE color: 3385961.

HSL color Cylindrical-coordinate representation of color #69AA33: hue angle of 92.77º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69AA33 is Cyan = 0.38, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 170 51 -
CMYK 0.38 0 0.7 0.33
HSL 92.77º 0.54% 0.43% -
HSV(B) 92.77º 0.7% 0.67% -
XYZ 20.8 31.99 8.21 -
YUV 137 79.47 105.18 -
System Red Green Blue C M Y K H S L
Decimal 105 170 51 0.38 0 0.7 0.33 92.77 0.54 0.43
Hex 69 AA 33 26 0 46 21 5D 36 2B
Octal 151 252 63 46 0 106 41 135 66 53
Binary 1101001 10101010 110011 100110 0 1000110 100001 1011101 110110 101011

Color Harmonies of #69AA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AA33

Black with #69AA33

Text Example


Text Example

White with #69AA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69AA33; }

 p { color: rgb(105,170,51); }

 H1.HeaderClassName
 {
   color: #69AA33;
 }
 .AnyTagClassName
 {
   color: #69AA33;
 }
</style>

background-color css

<style>
 a { background-color: #69AA33; }

 a { background-color: rgb(105,170,51); }

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

border-color css

<style>
 span { border-color: #69AA33; }

 span { border-color: rgb(105,170,51); }

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