Html Css Color HEX #69A232 Limeade

📋 copy color: '#69A232'

red 105 ◦ green 162 ◦ blue 50

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

Shades of Limeade #69A232

Tints of Limeade #69A232

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.1%

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

R = 33.12%
G = 51.1%
B = 15.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#69A232 (or 0x69A232) is known color: Limeade. HEX triplet: 69, A2 and 32. RGB value is (105,162,50). Sum of RGB (Red+Green+Blue) = 105+162+50=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 162 (63.67% from 255 or 51.10% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 162 - color contains mainly: green. Hex color #69A232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A232 is #965DCD. Grayscale: #848484. Windows color (decimal): -9854414 or 3318377. OLE color: 3318377.

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

Color convert

RGB 105 162 50 -
CMYK 0.35 0 0.69 0.36
HSL 90.54º 0.53% 0.42% -
HSV(B) 90.54º 0.69% 0.64% -
XYZ 19.32 29.07 7.61 -
YUV 132.19 81.62 108.61 -
System Red Green Blue C M Y K H S L
Decimal 105 162 50 0.35 0 0.69 0.36 90.54 0.53 0.42
Hex 69 A2 32 23 0 45 24 5B 35 2A
Octal 151 242 62 43 0 105 44 133 65 52
Binary 1101001 10100010 110010 100011 0 1000101 100100 1011011 110101 101010

Color Harmonies of #69A232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A232

Black with #69A232

Text Example


Text Example

White with #69A232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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