Html Css Color HEX #68A12C Limeade

📋 copy color: '#68A12C'

red 104 ◦ green 161 ◦ blue 44

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

Shades of Limeade #68A12C

Tints of Limeade #68A12C

RGB

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

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

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

R = 33.66%
G = 52.1%
B = 14.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#68A12C (or 0x68A12C) is known color: Limeade. HEX triplet: 68, A1 and 2C. RGB value is (104,161,44). Sum of RGB (Red+Green+Blue) = 104+161+44=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 161 (63.28% from 255 or 52.10% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 161 - color contains mainly: green. Hex color #68A12C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A12C is #975ED3. Grayscale: #838383. Windows color (decimal): -9920212 or 2924904. OLE color: 2924904.

HSL color Cylindrical-coordinate representation of color #68A12C: hue angle of 89.23º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68A12C is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 161 44 -
CMYK 0.35 0 0.73 0.37
HSL 89.23º 0.57% 0.4% -
HSV(B) 89.23º 0.73% 0.63% -
XYZ 18.91 28.61 6.91 -
YUV 130.62 79.12 109.01 -
System Red Green Blue C M Y K H S L
Decimal 104 161 44 0.35 0 0.73 0.37 89.23 0.57 0.4
Hex 68 A1 2C 23 0 49 25 59 39 28
Octal 150 241 54 43 0 111 45 131 71 50
Binary 1101000 10100001 101100 100011 0 1001001 100101 1011001 111001 101000

Color Harmonies of #68A12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A12C

Black with #68A12C

Text Example


Text Example

White with #68A12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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