Html Css Color HEX #669E3A Limeade

📋 copy color: '#669E3A'

red 102 ◦ green 158 ◦ blue 58

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

Shades of Limeade #669E3A

Tints of Limeade #669E3A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 49.69%

 BLUE value IS 58 (23.05% from 255) = 18.24%

R = 32.08%
G = 49.69%
B = 18.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#669E3A (or 0x669E3A) is known color: Limeade. HEX triplet: 66, 9E and 3A. RGB value is (102,158,58). Sum of RGB (Red+Green+Blue) = 102+158+58=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 158 (62.11% from 255 or 49.69% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 158 - color contains mainly: green. Hex color #669E3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669E3A is #9961C5. Grayscale: #828282. Windows color (decimal): -10052038 or 3841638. OLE color: 3841638.

HSL color Cylindrical-coordinate representation of color #669E3A: hue angle of 93.6º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #669E3A is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 158 58 -
CMYK 0.35 0 0.63 0.38
HSL 93.6º 0.46% 0.42% -
HSV(B) 93.6º 0.63% 0.62% -
XYZ 18.47 27.58 8.35 -
YUV 129.86 87.45 108.13 -
System Red Green Blue C M Y K H S L
Decimal 102 158 58 0.35 0 0.63 0.38 93.6 0.46 0.42
Hex 66 9E 3A 23 0 3F 26 5E 2E 2A
Octal 146 236 72 43 0 77 46 136 56 52
Binary 1100110 10011110 111010 100011 0 111111 100110 1011110 101110 101010

Color Harmonies of #669E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669E3A

Black with #669E3A

Text Example


Text Example

White with #669E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669E3A; }

 p { color: rgb(102,158,58); }

 H1.HeaderClassName
 {
   color: #669E3A;
 }
 .AnyTagClassName
 {
   color: #669E3A;
 }
</style>

background-color css

<style>
 a { background-color: #669E3A; }

 a { background-color: rgb(102,158,58); }

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

border-color css

<style>
 span { border-color: #669E3A; }

 span { border-color: rgb(102,158,58); }

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