Html Css Color HEX #669C1A Limeade

📋 copy color: '#669C1A'

red 102 ◦ green 156 ◦ blue 26

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

Shades of Limeade #669C1A

Tints of Limeade #669C1A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 54.93%

 BLUE value IS 26 (10.55% from 255) = 9.15%

R = 35.92%
G = 54.93%
B = 9.15%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#669C1A (or 0x669C1A) is known color: Limeade. HEX triplet: 66, 9C and 1A. RGB value is (102,156,26). Sum of RGB (Red+Green+Blue) = 102+156+26=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 156 (61.33% from 255 or 54.93% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 156 - color contains mainly: green. Hex color #669C1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669C1A is #9963E5. Grayscale: #7D7D7D. Windows color (decimal): -10052582 or 1743974. OLE color: 1743974.

HSL color Cylindrical-coordinate representation of color #669C1A: hue angle of 84.92º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #669C1A is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 156 26 -
CMYK 0.35 0 0.83 0.39
HSL 84.92º 0.71% 0.36% -
HSV(B) 84.92º 0.83% 0.61% -
XYZ 17.55 26.68 5.2 -
YUV 125.03 72.11 111.57 -
System Red Green Blue C M Y K H S L
Decimal 102 156 26 0.35 0 0.83 0.39 84.92 0.71 0.36
Hex 66 9C 1A 23 0 53 27 55 47 24
Octal 146 234 32 43 0 123 47 125 107 44
Binary 1100110 10011100 11010 100011 0 1010011 100111 1010101 1000111 100100

Color Harmonies of #669C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669C1A

Black with #669C1A

Text Example


Text Example

White with #669C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,156,26); }

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

background-color css

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

 a { background-color: rgb(102,156,26); }

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

border-color css

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

 span { border-color: rgb(102,156,26); }

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