Html Css Color HEX #A1D15B Conifer

📋 copy color: '#A1D15B'

red 161 ◦ green 209 ◦ blue 91

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

Shades of Conifer #A1D15B

Tints of Conifer #A1D15B

RGB

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

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

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

R = 34.92%
G = 45.34%
B = 19.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#A1D15B (or 0xA1D15B) is known color: Conifer. HEX triplet: A1, D1 and 5B. RGB value is (161,209,91). Sum of RGB (Red+Green+Blue) = 161+209+91=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D15B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D15B is #5E2EA4. Grayscale: #B5B5B5. Windows color (decimal): -6172325 or 6017441. OLE color: 6017441.

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

Color convert

RGB 161 209 91 -
CMYK 0.23 0 0.56 0.18
HSL 84.41º 0.56% 0.59% -
HSV(B) 84.41º 0.56% 0.82% -
XYZ 39.39 53.93 18.23 -
YUV 181.2 77.1 113.59 -
System Red Green Blue C M Y K H S L
Decimal 161 209 91 0.23 0 0.56 0.18 84.41 0.56 0.59
Hex A1 D1 5B 17 0 38 12 54 38 3B
Octal 241 321 133 27 0 70 22 124 70 73
Binary 10100001 11010001 1011011 10111 0 111000 10010 1010100 111000 111011

Color Harmonies of #A1D15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D15B

Black with #A1D15B

Text Example


Text Example

White with #A1D15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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