Html Css Color HEX #68A42C Limeade

📋 copy color: '#68A42C'

red 104 ◦ green 164 ◦ blue 44

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

Shades of Limeade #68A42C

Tints of Limeade #68A42C

RGB

 RED value IS 104 (41.02% from 255) = 33.33%

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

 BLUE value IS 44 (17.58% from 255) = 14.1%

R = 33.33%
G = 52.56%
B = 14.1%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#68A42C (or 0x68A42C) is known color: Limeade. HEX triplet: 68, A4 and 2C. RGB value is (104,164,44). Sum of RGB (Red+Green+Blue) = 104+164+44=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 164 (64.45% from 255 or 52.56% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 164 - color contains mainly: green. Hex color #68A42C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A42C is #975BD3. Grayscale: #848484. Windows color (decimal): -9919444 or 2925672. OLE color: 2925672.

HSL color Cylindrical-coordinate representation of color #68A42C: hue angle of 90º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68A42C is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 164 44 -
CMYK 0.37 0 0.73 0.36
HSL 90º 0.58% 0.41% -
HSV(B) 90º 0.73% 0.64% -
XYZ 19.44 29.68 7.09 -
YUV 132.38 78.12 107.76 -
System Red Green Blue C M Y K H S L
Decimal 104 164 44 0.37 0 0.73 0.36 90 0.58 0.41
Hex 68 A4 2C 25 0 49 24 5A 3A 29
Octal 150 244 54 45 0 111 44 132 72 51
Binary 1101000 10100100 101100 100101 0 1001001 100100 1011010 111010 101001

Color Harmonies of #68A42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A42C

Black with #68A42C

Text Example


Text Example

White with #68A42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A42C; }

 p { color: rgb(104,164,44); }

 H1.HeaderClassName
 {
   color: #68A42C;
 }
 .AnyTagClassName
 {
   color: #68A42C;
 }
</style>

background-color css

<style>
 a { background-color: #68A42C; }

 a { background-color: rgb(104,164,44); }

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

border-color css

<style>
 span { border-color: #68A42C; }

 span { border-color: rgb(104,164,44); }

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