Html Css Color HEX #69A035 Limeade

📋 copy color: '#69A035'

red 105 ◦ green 160 ◦ blue 53

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

Shades of Limeade #69A035

Tints of Limeade #69A035

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.31%

 BLUE value IS 53 (21.09% from 255) = 16.67%

R = 33.02%
G = 50.31%
B = 16.67%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#69A035 (or 0x69A035) is known color: Limeade. HEX triplet: 69, A0 and 35. RGB value is (105,160,53). Sum of RGB (Red+Green+Blue) = 105+160+53=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #69A035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A035 is #965FCA. Grayscale: #838383. Windows color (decimal): -9854923 or 3514473. OLE color: 3514473.

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

Color convert

RGB 105 160 53 -
CMYK 0.34 0 0.67 0.37
HSL 90.84º 0.5% 0.42% -
HSV(B) 90.84º 0.67% 0.63% -
XYZ 19.04 28.4 7.85 -
YUV 131.36 83.78 109.2 -
System Red Green Blue C M Y K H S L
Decimal 105 160 53 0.34 0 0.67 0.37 90.84 0.5 0.42
Hex 69 A0 35 22 0 43 25 5B 32 2A
Octal 151 240 65 42 0 103 45 133 62 52
Binary 1101001 10100000 110101 100010 0 1000011 100101 1011011 110010 101010

Color Harmonies of #69A035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A035

Black with #69A035

Text Example


Text Example

White with #69A035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,160,53); }

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

background-color css

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

 a { background-color: rgb(105,160,53); }

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

border-color css

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

 span { border-color: rgb(105,160,53); }

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