Html Css Color HEX #A1D957 Conifer

📋 copy color: '#A1D957'

red 161 ◦ green 217 ◦ blue 87

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

Shades of Conifer #A1D957

Tints of Conifer #A1D957

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.67%

 BLUE value IS 87 (34.38% from 255) = 18.71%

R = 34.62%
G = 46.67%
B = 18.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#A1D957 (or 0xA1D957) is known color: Conifer. HEX triplet: A1, D9 and 57. RGB value is (161,217,87). Sum of RGB (Red+Green+Blue) = 161+217+87=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 87 (34.38% from 255 or 18.71% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D957 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D957 is #5E26A8. Grayscale: #B9B9B9. Windows color (decimal): -6170281 or 5757345. OLE color: 5757345.

HSL color Cylindrical-coordinate representation of color #A1D957: hue angle of 85.85º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1D957 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 217 87 -
CMYK 0.26 0 0.60 0.15
HSL 85.85º 0.63% 0.6% -
HSV(B) 85.85º 0.6% 0.85% -
XYZ 41.23 57.89 18.02 -
YUV 185.44 72.45 110.57 -
System Red Green Blue C M Y K H S L
Decimal 161 217 87 0.26 0 0.60 0.15 85.85 0.63 0.6
Hex A1 D9 57 1A 0 3C F 56 3F 3C
Octal 241 331 127 32 0 74 17 126 77 74
Binary 10100001 11011001 1010111 11010 0 111100 1111 1010110 111111 111100

Color Harmonies of #A1D957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D957

Black with #A1D957

Text Example


Text Example

White with #A1D957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D957; }

 p { color: rgb(161,217,87); }

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

background-color css

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

 a { background-color: rgb(161,217,87); }

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

border-color css

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

 span { border-color: rgb(161,217,87); }

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