Html Css Color HEX #69A532 Limeade

📋 copy color: '#69A532'

red 105 ◦ green 165 ◦ blue 50

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

Shades of Limeade #69A532

Tints of Limeade #69A532

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.56%

 BLUE value IS 50 (19.92% from 255) = 15.63%

R = 32.81%
G = 51.56%
B = 15.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#69A532 (or 0x69A532) is known color: Limeade. HEX triplet: 69, A5 and 32. RGB value is (105,165,50). Sum of RGB (Red+Green+Blue) = 105+165+50=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #69A532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A532 is #965ACD. Grayscale: #868686. Windows color (decimal): -9853646 or 3319145. OLE color: 3319145.

HSL color Cylindrical-coordinate representation of color #69A532: hue angle of 91.3º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69A532 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 165 50 -
CMYK 0.36 0 0.70 0.35
HSL 91.3º 0.53% 0.42% -
HSV(B) 91.3º 0.7% 0.65% -
XYZ 19.86 30.14 7.79 -
YUV 133.95 80.62 107.35 -
System Red Green Blue C M Y K H S L
Decimal 105 165 50 0.36 0 0.70 0.35 91.3 0.53 0.42
Hex 69 A5 32 24 0 46 23 5B 35 2A
Octal 151 245 62 44 0 106 43 133 65 52
Binary 1101001 10100101 110010 100100 0 1000110 100011 1011011 110101 101010

Color Harmonies of #69A532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A532

Black with #69A532

Text Example


Text Example

White with #69A532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,165,50); }

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

background-color css

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

 a { background-color: rgb(105,165,50); }

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

border-color css

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

 span { border-color: rgb(105,165,50); }

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