Html Css Color HEX #69A433 Limeade

📋 copy color: '#69A433'

red 105 ◦ green 164 ◦ blue 51

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

Shades of Limeade #69A433

Tints of Limeade #69A433

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.25%

 BLUE value IS 51 (20.31% from 255) = 15.94%

R = 32.81%
G = 51.25%
B = 15.94%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#69A433 (or 0x69A433) is known color: Limeade. HEX triplet: 69, A4 and 33. RGB value is (105,164,51). Sum of RGB (Red+Green+Blue) = 105+164+51=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 164 (64.45% from 255 or 51.25% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 164 - color contains mainly: green. Hex color #69A433 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A433 is #965BCC. Grayscale: #858585. Windows color (decimal): -9853901 or 3384425. OLE color: 3384425.

HSL color Cylindrical-coordinate representation of color #69A433: hue angle of 91.33º 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 #69A433 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 105 164 51 -
CMYK 0.36 0 0.69 0.36
HSL 91.33º 0.53% 0.42% -
HSV(B) 91.33º 0.69% 0.64% -
XYZ 19.7 29.79 7.84 -
YUV 133.48 81.45 107.69 -
System Red Green Blue C M Y K H S L
Decimal 105 164 51 0.36 0 0.69 0.36 91.33 0.53 0.42
Hex 69 A4 33 24 0 45 24 5B 35 2A
Octal 151 244 63 44 0 105 44 133 65 52
Binary 1101001 10100100 110011 100100 0 1000101 100100 1011011 110101 101010

Color Harmonies of #69A433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A433

Black with #69A433

Text Example


Text Example

White with #69A433

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,164,51); }

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

background-color css

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

 a { background-color: rgb(105,164,51); }

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

border-color css

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

 span { border-color: rgb(105,164,51); }

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