Html Css Color HEX #66A12F Limeade

📋 copy color: '#66A12F'

red 102 ◦ green 161 ◦ blue 47

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

Shades of Limeade #66A12F

Tints of Limeade #66A12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.16%

R = 32.9%
G = 51.94%
B = 15.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#66A12F (or 0x66A12F) is known color: Limeade. HEX triplet: 66, A1 and 2F. RGB value is (102,161,47). Sum of RGB (Red+Green+Blue) = 102+161+47=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 161 (63.28% from 255 or 51.94% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 161 - color contains mainly: green. Hex color #66A12F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A12F is #995ED0. Grayscale: #828282. Windows color (decimal): -10051281 or 3121510. OLE color: 3121510.

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

Color convert

RGB 102 161 47 -
CMYK 0.37 0 0.71 0.37
HSL 91.05º 0.55% 0.41% -
HSV(B) 91.05º 0.71% 0.63% -
XYZ 18.74 28.52 7.21 -
YUV 130.36 80.95 107.77 -
System Red Green Blue C M Y K H S L
Decimal 102 161 47 0.37 0 0.71 0.37 91.05 0.55 0.41
Hex 66 A1 2F 25 0 47 25 5B 37 29
Octal 146 241 57 45 0 107 45 133 67 51
Binary 1100110 10100001 101111 100101 0 1000111 100101 1011011 110111 101001

Color Harmonies of #66A12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A12F

Black with #66A12F

Text Example


Text Example

White with #66A12F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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