Html Css Color HEX #A1D162 Conifer

📋 copy color: '#A1D162'

red 161 ◦ green 209 ◦ blue 98

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

Shades of Conifer #A1D162

Tints of Conifer #A1D162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.94%

R = 34.4%
G = 44.66%
B = 20.94%

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

#A1D162 (or 0xA1D162) is known color: Conifer. HEX triplet: A1, D1 and 62. RGB value is (161,209,98). Sum of RGB (Red+Green+Blue) = 161+209+98=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D162 is #5E2E9D. Grayscale: #B6B6B6. Windows color (decimal): -6172318 or 6476193. OLE color: 6476193.

HSL color Cylindrical-coordinate representation of color #A1D162: hue angle of 85.95º degrees, saturation: 0.55, 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 #A1D162 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 209 98 -
CMYK 0.23 0 0.53 0.18
HSL 85.95º 0.55% 0.6% -
HSV(B) 85.95º 0.53% 0.82% -
XYZ 39.7 54.06 19.9 -
YUV 181.99 80.6 113.03 -
System Red Green Blue C M Y K H S L
Decimal 161 209 98 0.23 0 0.53 0.18 85.95 0.55 0.6
Hex A1 D1 62 17 0 35 12 56 37 3C
Octal 241 321 142 27 0 65 22 126 67 74
Binary 10100001 11010001 1100010 10111 0 110101 10010 1010110 110111 111100

Color Harmonies of #A1D162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D162

Black with #A1D162

Text Example


Text Example

White with #A1D162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D162; }

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

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

background-color css

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

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

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

border-color css

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

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

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