#A1D254

Color #A1D254 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A1D254

Tints of Conifer #A1D254

Color information

#A1D254 (or 0xA1D254) is unknown color: approx Conifer. HEX triplet: A1, D2 and 54. RGB value is (161,210,84). Sum of RGB (Red+Green+Blue) = 161+210+84=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D254 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D254 is #5E2DAB. Grayscale: #B5B5B5. Windows color (decimal): -6172076 or 5558945. OLE color: 5558945.

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

Color convert

RGB16121084-
CMYK0.2300.60.18
HSL83.33º58.33%57.65%-
HSV(B)83.33º60%82.35%-
XYZ39.3454.3116.8-
YUV180.9873.27113.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.38%
GREEN value IS 210 (82.42% from 255) = 46.15%
BLUE value IS 84 (33.20% from 255) = 18.46%
R=35.38%
G=46.15%
B=18.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal161210840.2300.60.1883.3358.3357.65
HexA1D2541703C12533a3a
Octal24132212427074221237272
Binary10100001110100101010100101110111100100101010011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D254; }

 p { color: rgb(161,210,84); }

 H1.HeaderClassName
 {
   color: #A1D254;
 }
 .AnyTagClassName
 {
   color: #A1D254;
 }
</style>
background-color css

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

 a { background-color: rgb(161,210,84); }

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

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

 span { border-color: rgb(161,210,84); }

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