Html Css Color HEX #ADCF7A Caper

📋 copy color: '#ADCF7A'

red 173 ◦ green 207 ◦ blue 122

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

Shades of Caper #ADCF7A

Tints of Caper #ADCF7A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.24%

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

R = 34.46%
G = 41.24%
B = 24.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#ADCF7A (or 0xADCF7A) is known color: Caper. HEX triplet: AD, CF and 7A. RGB value is (173,207,122). Sum of RGB (Red+Green+Blue) = 173+207+122=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCF7A is #523085. Grayscale: #BBBBBB. Windows color (decimal): -5386374 or 8048557. OLE color: 8048557.

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

Color convert

RGB 173 207 122 -
CMYK 0.16 0 0.41 0.19
HSL 84º 0.47% 0.65% -
HSV(B) 84º 0.41% 0.81% -
XYZ 43.06 54.92 26.74 -
YUV 187.14 91.24 117.91 -
System Red Green Blue C M Y K H S L
Decimal 173 207 122 0.16 0 0.41 0.19 84 0.47 0.65
Hex AD CF 7A 10 0 29 13 54 2F 41
Octal 255 317 172 20 0 51 23 124 57 101
Binary 10101101 11001111 1111010 10000 0 101001 10011 1010100 101111 1000001

Color Harmonies of #ADCF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF7A

Black with #ADCF7A

Text Example


Text Example

White with #ADCF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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