Html Css Color HEX #66A13B Limeade

📋 copy color: '#66A13B'

red 102 ◦ green 161 ◦ blue 59

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

Shades of Limeade #66A13B

Tints of Limeade #66A13B

RGB

 RED value IS 102 (40.23% from 255) = 31.68%

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

 BLUE value IS 59 (23.44% from 255) = 18.32%

R = 31.68%
G = 50%
B = 18.32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#66A13B (or 0x66A13B) is known color: Limeade. HEX triplet: 66, A1 and 3B. RGB value is (102,161,59). Sum of RGB (Red+Green+Blue) = 102+161+59=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #66A13B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A13B is #995EC4. Grayscale: #848484. Windows color (decimal): -10051269 or 3907942. OLE color: 3907942.

HSL color Cylindrical-coordinate representation of color #66A13B: hue angle of 94.71º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66A13B is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB 102 161 59 -
CMYK 0.37 0 0.63 0.37
HSL 94.71º 0.46% 0.43% -
HSV(B) 94.71º 0.63% 0.63% -
XYZ 19.01 28.63 8.66 -
YUV 131.73 86.95 106.79 -
System Red Green Blue C M Y K H S L
Decimal 102 161 59 0.37 0 0.63 0.37 94.71 0.46 0.43
Hex 66 A1 3B 25 0 3F 25 5F 2E 2B
Octal 146 241 73 45 0 77 45 137 56 53
Binary 1100110 10100001 111011 100101 0 111111 100101 1011111 101110 101011

Color Harmonies of #66A13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A13B

Black with #66A13B

Text Example


Text Example

White with #66A13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66A13B; }

 p { color: rgb(102,161,59); }

 H1.HeaderClassName
 {
   color: #66A13B;
 }
 .AnyTagClassName
 {
   color: #66A13B;
 }
</style>

background-color css

<style>
 a { background-color: #66A13B; }

 a { background-color: rgb(102,161,59); }

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

border-color css

<style>
 span { border-color: #66A13B; }

 span { border-color: rgb(102,161,59); }

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