Html Css Color HEX #A1D858 Conifer

📋 copy color: '#A1D858'

red 161 ◦ green 216 ◦ blue 88

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

Shades of Conifer #A1D858

Tints of Conifer #A1D858

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.45%

 BLUE value IS 88 (34.77% from 255) = 18.92%

R = 34.62%
G = 46.45%
B = 18.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#A1D858 (or 0xA1D858) is known color: Conifer. HEX triplet: A1, D8 and 58. RGB value is (161,216,88). Sum of RGB (Red+Green+Blue) = 161+216+88=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D858 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D858 is #5E27A7. Grayscale: #B9B9B9. Windows color (decimal): -6170536 or 5822625. OLE color: 5822625.

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

Color convert

RGB 161 216 88 -
CMYK 0.25 0 0.59 0.15
HSL 85.78º 0.62% 0.6% -
HSV(B) 85.78º 0.59% 0.85% -
XYZ 41.02 57.39 18.15 -
YUV 184.96 73.28 110.91 -
System Red Green Blue C M Y K H S L
Decimal 161 216 88 0.25 0 0.59 0.15 85.78 0.62 0.6
Hex A1 D8 58 19 0 3B F 56 3E 3C
Octal 241 330 130 31 0 73 17 126 76 74
Binary 10100001 11011000 1011000 11001 0 111011 1111 1010110 111110 111100

Color Harmonies of #A1D858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D858

Black with #A1D858

Text Example


Text Example

White with #A1D858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D858; }

 p { color: rgb(161,216,88); }

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

background-color css

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

 a { background-color: rgb(161,216,88); }

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

border-color css

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

 span { border-color: rgb(161,216,88); }

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