Html Css Color HEX #A1D163 Conifer

📋 copy color: '#A1D163'

red 161 ◦ green 209 ◦ blue 99

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

Shades of Conifer #A1D163

Tints of Conifer #A1D163

RGB

 RED value IS 161 (63.28% from 255) = 34.33%

 GREEN value IS 209 (82.03% from 255) = 44.56%

 BLUE value IS 99 (39.06% from 255) = 21.11%

R = 34.33%
G = 44.56%
B = 21.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#A1D163 (or 0xA1D163) is known color: Conifer. HEX triplet: A1, D1 and 63. RGB value is (161,209,99). Sum of RGB (Red+Green+Blue) = 161+209+99=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D163 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D163 is #5E2E9C. Grayscale: #B6B6B6. Windows color (decimal): -6172317 or 6541729. OLE color: 6541729.

HSL color Cylindrical-coordinate representation of color #A1D163: hue angle of 86.18º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1D163 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 209 99 -
CMYK 0.23 0 0.53 0.18
HSL 86.18º 0.54% 0.6% -
HSV(B) 86.18º 0.53% 0.82% -
XYZ 39.75 54.08 20.15 -
YUV 182.11 81.1 112.94 -
System Red Green Blue C M Y K H S L
Decimal 161 209 99 0.23 0 0.53 0.18 86.18 0.54 0.6
Hex A1 D1 63 17 0 35 12 56 36 3C
Octal 241 321 143 27 0 65 22 126 66 74
Binary 10100001 11010001 1100011 10111 0 110101 10010 1010110 110110 111100

Color Harmonies of #A1D163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D163

Black with #A1D163

Text Example


Text Example

White with #A1D163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D163; }

 p { color: rgb(161,209,99); }

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

background-color css

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

 a { background-color: rgb(161,209,99); }

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

border-color css

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

 span { border-color: rgb(161,209,99); }

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