Html Css Color HEX #ADCC7A Caper

📋 copy color: '#ADCC7A'

red 173 ◦ green 204 ◦ blue 122

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

Shades of Caper #ADCC7A

Tints of Caper #ADCC7A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.88%

 BLUE value IS 122 (48.05% from 255) = 24.45%

R = 34.67%
G = 40.88%
B = 24.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#ADCC7A (or 0xADCC7A) is known color: Caper. HEX triplet: AD, CC and 7A. RGB value is (173,204,122). Sum of RGB (Red+Green+Blue) = 173+204+122=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC7A is #523385. Grayscale: #B9B9B9. Windows color (decimal): -5387142 or 8047789. OLE color: 8047789.

HSL color Cylindrical-coordinate representation of color #ADCC7A: hue angle of 82.68º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADCC7A is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 122 -
CMYK 0.15 0 0.40 0.2
HSL 82.68º 0.45% 0.64% -
HSV(B) 82.68º 0.4% 0.8% -
XYZ 42.34 53.48 26.5 -
YUV 185.38 92.23 119.17 -
System Red Green Blue C M Y K H S L
Decimal 173 204 122 0.15 0 0.40 0.2 82.68 0.45 0.64
Hex AD CC 7A F 0 28 14 53 2D 40
Octal 255 314 172 17 0 50 24 123 55 100
Binary 10101101 11001100 1111010 1111 0 101000 10100 1010011 101101 1000000

Color Harmonies of #ADCC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC7A

Black with #ADCC7A

Text Example


Text Example

White with #ADCC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC7A; }

 p { color: rgb(173,204,122); }

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

background-color css

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

 a { background-color: rgb(173,204,122); }

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

border-color css

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

 span { border-color: rgb(173,204,122); }

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