Html Css Color HEX #68A126 Limeade

📋 copy color: '#68A126'

red 104 ◦ green 161 ◦ blue 38

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

Shades of Limeade #68A126

Tints of Limeade #68A126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.54%

R = 34.32%
G = 53.14%
B = 12.54%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#68A126 (or 0x68A126) is known color: Limeade. HEX triplet: 68, A1 and 26. RGB value is (104,161,38). Sum of RGB (Red+Green+Blue) = 104+161+38=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 161 (63.28% from 255 or 53.14% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 161 - color contains mainly: green. Hex color #68A126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A126 is #975ED9. Grayscale: #828282. Windows color (decimal): -9920218 or 2531688. OLE color: 2531688.

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

Color convert

RGB 104 161 38 -
CMYK 0.35 0 0.76 0.37
HSL 87.8º 0.62% 0.39% -
HSV(B) 87.8º 0.76% 0.63% -
XYZ 18.8 28.57 6.36 -
YUV 129.94 76.12 109.5 -
System Red Green Blue C M Y K H S L
Decimal 104 161 38 0.35 0 0.76 0.37 87.8 0.62 0.39
Hex 68 A1 26 23 0 4C 25 58 3E 27
Octal 150 241 46 43 0 114 45 130 76 47
Binary 1101000 10100001 100110 100011 0 1001100 100101 1011000 111110 100111

Color Harmonies of #68A126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A126

Black with #68A126

Text Example


Text Example

White with #68A126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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