Html Css Color HEX #ADC66D Caper

📋 copy color: '#ADC66D'

red 173 ◦ green 198 ◦ blue 109

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

Shades of Caper #ADC66D

Tints of Caper #ADC66D

RGB

 RED value IS 173 (67.97% from 255) = 36.04%

 GREEN value IS 198 (77.73% from 255) = 41.25%

 BLUE value IS 109 (42.97% from 255) = 22.71%

R = 36.04%
G = 41.25%
B = 22.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#ADC66D (or 0xADC66D) is known color: Caper. HEX triplet: AD, C6 and 6D. RGB value is (173,198,109). Sum of RGB (Red+Green+Blue) = 173+198+109=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC66D is #523992. Grayscale: #B4B4B4. Windows color (decimal): -5388691 or 7194285. OLE color: 7194285.

HSL color Cylindrical-coordinate representation of color #ADC66D: hue angle of 76.85º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADC66D is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 198 109 -
CMYK 0.13 0 0.45 0.22
HSL 76.85º 0.44% 0.6% -
HSV(B) 76.85º 0.45% 0.78% -
XYZ 40.19 50.38 22.07 -
YUV 180.38 87.72 122.74 -
System Red Green Blue C M Y K H S L
Decimal 173 198 109 0.13 0 0.45 0.22 76.85 0.44 0.6
Hex AD C6 6D D 0 2D 16 4D 2C 3C
Octal 255 306 155 15 0 55 26 115 54 74
Binary 10101101 11000110 1101101 1101 0 101101 10110 1001101 101100 111100

Color Harmonies of #ADC66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC66D

Black with #ADC66D

Text Example


Text Example

White with #ADC66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC66D; }

 p { color: rgb(173,198,109); }

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

background-color css

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

 a { background-color: rgb(173,198,109); }

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

border-color css

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

 span { border-color: rgb(173,198,109); }

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