Html Css Color HEX #69A328 Limeade

📋 copy color: '#69A328'

red 105 ◦ green 163 ◦ blue 40

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

Shades of Limeade #69A328

Tints of Limeade #69A328

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.92%

 BLUE value IS 40 (16.02% from 255) = 12.99%

R = 34.09%
G = 52.92%
B = 12.99%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#69A328 (or 0x69A328) is known color: Limeade. HEX triplet: 69, A3 and 28. RGB value is (105,163,40). Sum of RGB (Red+Green+Blue) = 105+163+40=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 163 (64.06% from 255 or 52.92% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 163 - color contains mainly: green. Hex color #69A328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A328 is #965CD7. Grayscale: #848484. Windows color (decimal): -9854168 or 2663273. OLE color: 2663273.

HSL color Cylindrical-coordinate representation of color #69A328: hue angle of 88.29º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #69A328 is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 105 163 40 -
CMYK 0.36 0 0.75 0.36
HSL 88.29º 0.61% 0.4% -
HSV(B) 88.29º 0.75% 0.64% -
XYZ 19.31 29.35 6.66 -
YUV 131.64 76.28 109 -
System Red Green Blue C M Y K H S L
Decimal 105 163 40 0.36 0 0.75 0.36 88.29 0.61 0.4
Hex 69 A3 28 24 0 4B 24 58 3D 28
Octal 151 243 50 44 0 113 44 130 75 50
Binary 1101001 10100011 101000 100100 0 1001011 100100 1011000 111101 101000

Color Harmonies of #69A328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A328

Black with #69A328

Text Example


Text Example

White with #69A328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,163,40); }

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

background-color css

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

 a { background-color: rgb(105,163,40); }

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

border-color css

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

 span { border-color: rgb(105,163,40); }

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