#67A226

Color #67A226 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #67A226

Tints of Limeade #67A226

Color information

#67A226 (or 0x67A226) is unknown color: approx Limeade. HEX triplet: 67, A2 and 26. RGB value is (103,162,38). Sum of RGB (Red+Green+Blue) = 103+162+38=303 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.99% from 303); Green value is 162 (63.67% from 255 or 53.47% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 162 - color contains mainly: green. Hex color #67A226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A226 is #985DD9. Grayscale: #828282. Windows color (decimal): -9985498 or 2531943. OLE color: 2531943.

HSL color Cylindrical-coordinate representation of color #67A226: hue angle of 88.55º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #67A226 is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB10316238-
CMYK0.3600.770.36
HSL88.55º62%39.22%-
HSV(B)88.55º76.54%63.53%-
XYZ18.8628.866.41-
YUV130.2275.95108.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.99%
GREEN value IS 162 (63.67% from 255) = 53.47%
BLUE value IS 38 (15.23% from 255) = 12.54%
R=33.99%
G=53.47%
B=12.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal103162380.3600.770.3688.556239.22
Hex67A2262404D24593e27
Octal14724246440115441317647
Binary110011110100010100110100100010011011001001011001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67A226; }

 p { color: rgb(103,162,38); }

 H1.HeaderClassName
 {
   color: #67A226;
 }
 .AnyTagClassName
 {
   color: #67A226;
 }
</style>
background-color css

<style>
 a { background-color: #67A226; }

 a { background-color: rgb(103,162,38); }

 div.DivClassName
 {
   background-color: #67A226;
 }
 .BgClassName
 {
   background-color: #67A226;
 }
</style>
border-color css

<style>
 span { border-color: #67A226; }

 span { border-color: rgb(103,162,38); }

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