Html Css Color HEX #66A130 Limeade

📋 copy color: '#66A130'

red 102 ◦ green 161 ◦ blue 48

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

Shades of Limeade #66A130

Tints of Limeade #66A130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.43%

R = 32.8%
G = 51.77%
B = 15.43%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#66A130 (or 0x66A130) is known color: Limeade. HEX triplet: 66, A1 and 30. RGB value is (102,161,48). Sum of RGB (Red+Green+Blue) = 102+161+48=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 161 (63.28% from 255 or 51.77% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 161 - color contains mainly: green. Hex color #66A130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A130 is #995ECF. Grayscale: #828282. Windows color (decimal): -10051280 or 3187046. OLE color: 3187046.

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

Color convert

RGB 102 161 48 -
CMYK 0.37 0 0.70 0.37
HSL 91.33º 0.54% 0.41% -
HSV(B) 91.33º 0.7% 0.63% -
XYZ 18.76 28.53 7.31 -
YUV 130.48 81.45 107.69 -
System Red Green Blue C M Y K H S L
Decimal 102 161 48 0.37 0 0.70 0.37 91.33 0.54 0.41
Hex 66 A1 30 25 0 46 25 5B 36 29
Octal 146 241 60 45 0 106 45 133 66 51
Binary 1100110 10100001 110000 100101 0 1000110 100101 1011011 110110 101001

Color Harmonies of #66A130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A130

Black with #66A130

Text Example


Text Example

White with #66A130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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