Html Css Color HEX #ADC27D Caper

📋 copy color: '#ADC27D'

red 173 ◦ green 194 ◦ blue 125

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

Shades of Caper #ADC27D

Tints of Caper #ADC27D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.43%

 BLUE value IS 125 (49.22% from 255) = 25.41%

R = 35.16%
G = 39.43%
B = 25.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#ADC27D (or 0xADC27D) is known color: Caper. HEX triplet: AD, C2 and 7D. RGB value is (173,194,125). Sum of RGB (Red+Green+Blue) = 173+194+125=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC27D is #523D82. Grayscale: #B4B4B4. Windows color (decimal): -5389699 or 8241837. OLE color: 8241837.

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

Color convert

RGB 173 194 125 -
CMYK 0.11 0 0.36 0.24
HSL 78.26º 0.36% 0.63% -
HSV(B) 78.26º 0.36% 0.76% -
XYZ 40.23 48.95 26.73 -
YUV 179.86 97.04 123.11 -
System Red Green Blue C M Y K H S L
Decimal 173 194 125 0.11 0 0.36 0.24 78.26 0.36 0.63
Hex AD C2 7D B 0 24 18 4E 24 3F
Octal 255 302 175 13 0 44 30 116 44 77
Binary 10101101 11000010 1111101 1011 0 100100 11000 1001110 100100 111111

Color Harmonies of #ADC27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC27D

Black with #ADC27D

Text Example


Text Example

White with #ADC27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC27D; }

 p { color: rgb(173,194,125); }

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

background-color css

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

 a { background-color: rgb(173,194,125); }

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

border-color css

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

 span { border-color: rgb(173,194,125); }

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