Html Css Color HEX #ADC38A Caper

📋 copy color: '#ADC38A'

red 173 ◦ green 195 ◦ blue 138

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

Shades of Caper #ADC38A

Tints of Caper #ADC38A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.54%

 BLUE value IS 138 (54.3% from 255) = 27.27%

R = 34.19%
G = 38.54%
B = 27.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#ADC38A (or 0xADC38A) is known color: Caper. HEX triplet: AD, C3 and 8A. RGB value is (173,195,138). Sum of RGB (Red+Green+Blue) = 173+195+138=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC38A is #523C75. Grayscale: #B6B6B6. Windows color (decimal): -5389430 or 9094061. OLE color: 9094061.

HSL color Cylindrical-coordinate representation of color #ADC38A: hue angle of 83.16º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADC38A is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 195 138 -
CMYK 0.11 0 0.29 0.24
HSL 83.16º 0.32% 0.65% -
HSV(B) 83.16º 0.29% 0.76% -
XYZ 41.34 49.75 31.47 -
YUV 181.92 103.21 121.63 -
System Red Green Blue C M Y K H S L
Decimal 173 195 138 0.11 0 0.29 0.24 83.16 0.32 0.65
Hex AD C3 8A B 0 1D 18 53 20 41
Octal 255 303 212 13 0 35 30 123 40 101
Binary 10101101 11000011 10001010 1011 0 11101 11000 1010011 100000 1000001

Color Harmonies of #ADC38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC38A

Black with #ADC38A

Text Example


Text Example

White with #ADC38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC38A; }

 p { color: rgb(173,195,138); }

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

background-color css

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

 a { background-color: rgb(173,195,138); }

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

border-color css

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

 span { border-color: rgb(173,195,138); }

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