Html Css Color HEX #A1D55B Conifer

📋 copy color: '#A1D55B'

red 161 ◦ green 213 ◦ blue 91

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

Shades of Conifer #A1D55B

Tints of Conifer #A1D55B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.81%

 BLUE value IS 91 (35.94% from 255) = 19.57%

R = 34.62%
G = 45.81%
B = 19.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#A1D55B (or 0xA1D55B) is known color: Conifer. HEX triplet: A1, D5 and 5B. RGB value is (161,213,91). Sum of RGB (Red+Green+Blue) = 161+213+91=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D55B is #5E2AA4. Grayscale: #B7B7B7. Windows color (decimal): -6171301 or 6018465. OLE color: 6018465.

HSL color Cylindrical-coordinate representation of color #A1D55B: hue angle of 85.57º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1D55B is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 213 91 -
CMYK 0.24 0 0.57 0.16
HSL 85.57º 0.59% 0.6% -
HSV(B) 85.57º 0.57% 0.84% -
XYZ 40.38 55.92 18.56 -
YUV 183.54 75.77 111.92 -
System Red Green Blue C M Y K H S L
Decimal 161 213 91 0.24 0 0.57 0.16 85.57 0.59 0.6
Hex A1 D5 5B 18 0 39 10 56 3B 3C
Octal 241 325 133 30 0 71 20 126 73 74
Binary 10100001 11010101 1011011 11000 0 111001 10000 1010110 111011 111100

Color Harmonies of #A1D55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D55B

Black with #A1D55B

Text Example


Text Example

White with #A1D55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D55B; }

 p { color: rgb(161,213,91); }

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

background-color css

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

 a { background-color: rgb(161,213,91); }

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

border-color css

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

 span { border-color: rgb(161,213,91); }

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