#619A14

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

Shades of Limeade #619A14

Tints of Limeade #619A14

Color information

#619A14 (or 0x619A14) is unknown color: approx Limeade. HEX triplet: 61, 9A and 14. RGB value is (97,154,20). Sum of RGB (Red+Green+Blue) = 97+154+20=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 154 (60.55% from 255 or 56.83% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 154 - color contains mainly: green. Hex color #619A14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619A14 is #9E65EB. Grayscale: #7A7A7A. Windows color (decimal): -10380780 or 1350241. OLE color: 1350241.

HSL color Cylindrical-coordinate representation of color #619A14: hue angle of 85.52º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #619A14 is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB9715420-
CMYK0.3700.870.40
HSL85.52º77.01%34.12%-
HSV(B)85.52º87.01%60.39%-
XYZ16.6125.74.75-
YUV121.6870.62110.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.79%
GREEN value IS 154 (60.55% from 255) = 56.83%
BLUE value IS 20 (8.20% from 255) = 7.38%
R=35.79%
G=56.83%
B=7.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97154200.3700.870.4085.5277.0134.12
Hex619A142505728564d22
Octal141232244501275012611542
Binary110000110011010101001001010101011110100010101101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619A14; }

 p { color: rgb(97,154,20); }

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

<style>
 a { background-color: #619A14; }

 a { background-color: rgb(97,154,20); }

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

<style>
 span { border-color: #619A14; }

 span { border-color: rgb(97,154,20); }

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