Html Css Color HEX #66AD19 Christi

📋 copy color: '#66AD19'

red 102 ◦ green 173 ◦ blue 25

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

Shades of Christi #66AD19

Tints of Christi #66AD19

RGB

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

 GREEN value IS 173 (67.97% from 255) = 57.67%

 BLUE value IS 25 (10.16% from 255) = 8.33%

R = 34%
G = 57.67%
B = 8.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#66AD19 (or 0x66AD19) is known color: Christi. HEX triplet: 66, AD and 19. RGB value is (102,173,25). Sum of RGB (Red+Green+Blue) = 102+173+25=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 173 (67.97% from 255 or 57.67% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66AD19 is #9952E6. Grayscale: #878787. Windows color (decimal): -10048231 or 1682790. OLE color: 1682790.

HSL color Cylindrical-coordinate representation of color #66AD19: hue angle of 88.78º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66AD19 is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 173 25 -
CMYK 0.41 0 0.86 0.32
HSL 88.78º 0.75% 0.39% -
HSV(B) 88.78º 0.86% 0.68% -
XYZ 20.6 32.78 6.16 -
YUV 134.9 65.98 104.53 -
System Red Green Blue C M Y K H S L
Decimal 102 173 25 0.41 0 0.86 0.32 88.78 0.75 0.39
Hex 66 AD 19 29 0 56 20 59 4B 27
Octal 146 255 31 51 0 126 40 131 113 47
Binary 1100110 10101101 11001 101001 0 1010110 100000 1011001 1001011 100111

Color Harmonies of #66AD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AD19

Black with #66AD19

Text Example


Text Example

White with #66AD19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,173,25); }

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

background-color css

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

 a { background-color: rgb(102,173,25); }

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

border-color css

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

 span { border-color: rgb(102,173,25); }

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