Html Css Color HEX #69A231 Limeade

📋 copy color: '#69A231'

red 105 ◦ green 162 ◦ blue 49

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

Shades of Limeade #69A231

Tints of Limeade #69A231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.51%

R = 33.23%
G = 51.27%
B = 15.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#69A231 (or 0x69A231) is known color: Limeade. HEX triplet: 69, A2 and 31. RGB value is (105,162,49). Sum of RGB (Red+Green+Blue) = 105+162+49=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 162 (63.67% from 255 or 51.27% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 162 - color contains mainly: green. Hex color #69A231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A231 is #965DCE. Grayscale: #848484. Windows color (decimal): -9854415 or 3252841. OLE color: 3252841.

HSL color Cylindrical-coordinate representation of color #69A231: hue angle of 90.27º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69A231 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 105 162 49 -
CMYK 0.35 0 0.70 0.36
HSL 90.27º 0.54% 0.41% -
HSV(B) 90.27º 0.7% 0.64% -
XYZ 19.3 29.07 7.5 -
YUV 132.08 81.12 108.69 -
System Red Green Blue C M Y K H S L
Decimal 105 162 49 0.35 0 0.70 0.36 90.27 0.54 0.41
Hex 69 A2 31 23 0 46 24 5A 36 29
Octal 151 242 61 43 0 106 44 132 66 51
Binary 1101001 10100010 110001 100011 0 1000110 100100 1011010 110110 101001

Color Harmonies of #69A231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A231

Black with #69A231

Text Example


Text Example

White with #69A231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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