#65991A

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

Shades of Limeade #65991A

Tints of Limeade #65991A

Color information

#65991A (or 0x65991A) is unknown color: approx Limeade. HEX triplet: 65, 99 and 1A. RGB value is (101,153,26). Sum of RGB (Red+Green+Blue) = 101+153+26=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 153 (60.16% from 255 or 54.64% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 153 - color contains mainly: green. Hex color #65991A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65991A is #9A66E5. Grayscale: #7B7B7B. Windows color (decimal): -10118886 or 1743205. OLE color: 1743205.

HSL color Cylindrical-coordinate representation of color #65991A: hue angle of 84.57º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #65991A is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB10115326-
CMYK0.3400.830.4
HSL84.57º70.95%35.1%-
HSV(B)84.57º83.01%60%-
XYZ16.9425.625.03-
YUV122.9773.27112.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.07%
GREEN value IS 153 (60.16% from 255) = 54.64%
BLUE value IS 26 (10.55% from 255) = 9.29%
R=36.07%
G=54.64%
B=9.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101153260.3400.830.484.5770.9535.1
Hex65991A2205328554723
Octal145231324201235012510743
Binary110010110011001110101000100101001110100010101011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65991A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65991A; }

 p { color: rgb(101,153,26); }

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

<style>
 a { background-color: #65991A; }

 a { background-color: rgb(101,153,26); }

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

<style>
 span { border-color: #65991A; }

 span { border-color: rgb(101,153,26); }

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