Html Css Color HEX #ADCE74 Caper

📋 copy color: '#ADCE74'

red 173 ◦ green 206 ◦ blue 116

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

Shades of Caper #ADCE74

Tints of Caper #ADCE74

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.62%

 BLUE value IS 116 (45.7% from 255) = 23.43%

R = 34.95%
G = 41.62%
B = 23.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#ADCE74 (or 0xADCE74) is known color: Caper. HEX triplet: AD, CE and 74. RGB value is (173,206,116). Sum of RGB (Red+Green+Blue) = 173+206+116=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCE74 is #52318B. Grayscale: #BABABA. Windows color (decimal): -5386636 or 7655085. OLE color: 7655085.

HSL color Cylindrical-coordinate representation of color #ADCE74: hue angle of 82º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADCE74 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 206 116 -
CMYK 0.16 0 0.44 0.19
HSL 82º 0.48% 0.63% -
HSV(B) 82º 0.44% 0.81% -
XYZ 42.46 54.29 24.76 -
YUV 185.87 88.57 118.82 -
System Red Green Blue C M Y K H S L
Decimal 173 206 116 0.16 0 0.44 0.19 82 0.48 0.63
Hex AD CE 74 10 0 2C 13 52 30 3F
Octal 255 316 164 20 0 54 23 122 60 77
Binary 10101101 11001110 1110100 10000 0 101100 10011 1010010 110000 111111

Color Harmonies of #ADCE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCE74

Black with #ADCE74

Text Example


Text Example

White with #ADCE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCE74; }

 p { color: rgb(173,206,116); }

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

background-color css

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

 a { background-color: rgb(173,206,116); }

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

border-color css

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

 span { border-color: rgb(173,206,116); }

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