Html Css Color HEX #69A13B Limeade

📋 copy color: '#69A13B'

red 105 ◦ green 161 ◦ blue 59

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

Shades of Limeade #69A13B

Tints of Limeade #69A13B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 49.54%

 BLUE value IS 59 (23.44% from 255) = 18.15%

R = 32.31%
G = 49.54%
B = 18.15%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#69A13B (or 0x69A13B) is known color: Limeade. HEX triplet: 69, A1 and 3B. RGB value is (105,161,59). Sum of RGB (Red+Green+Blue) = 105+161+59=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 161 - color contains mainly: green. Hex color #69A13B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A13B is #965EC4. Grayscale: #848484. Windows color (decimal): -9854661 or 3907945. OLE color: 3907945.

HSL color Cylindrical-coordinate representation of color #69A13B: hue angle of 92.94º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #69A13B is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB 105 161 59 -
CMYK 0.35 0 0.63 0.37
HSL 92.94º 0.46% 0.43% -
HSV(B) 92.94º 0.63% 0.63% -
XYZ 19.36 28.81 8.68 -
YUV 132.63 86.45 108.29 -
System Red Green Blue C M Y K H S L
Decimal 105 161 59 0.35 0 0.63 0.37 92.94 0.46 0.43
Hex 69 A1 3B 23 0 3F 25 5D 2E 2B
Octal 151 241 73 43 0 77 45 135 56 53
Binary 1101001 10100001 111011 100011 0 111111 100101 1011101 101110 101011

Color Harmonies of #69A13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A13B

Black with #69A13B

Text Example


Text Example

White with #69A13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,161,59); }

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

background-color css

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

 a { background-color: rgb(105,161,59); }

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

border-color css

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

 span { border-color: rgb(105,161,59); }

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