Html Css Color HEX #A1D95D Conifer

📋 copy color: '#A1D95D'

red 161 ◦ green 217 ◦ blue 93

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

Shades of Conifer #A1D95D

Tints of Conifer #A1D95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.75%

R = 34.18%
G = 46.07%
B = 19.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#A1D95D (or 0xA1D95D) is known color: Conifer. HEX triplet: A1, D9 and 5D. RGB value is (161,217,93). Sum of RGB (Red+Green+Blue) = 161+217+93=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D95D is #5E26A2. Grayscale: #BABABA. Windows color (decimal): -6170275 or 6150561. OLE color: 6150561.

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

Color convert

RGB 161 217 93 -
CMYK 0.26 0 0.57 0.15
HSL 87.1º 0.62% 0.61% -
HSV(B) 87.1º 0.57% 0.85% -
XYZ 41.49 57.99 19.36 -
YUV 186.12 75.45 110.08 -
System Red Green Blue C M Y K H S L
Decimal 161 217 93 0.26 0 0.57 0.15 87.1 0.62 0.61
Hex A1 D9 5D 1A 0 39 F 57 3E 3D
Octal 241 331 135 32 0 71 17 127 76 75
Binary 10100001 11011001 1011101 11010 0 111001 1111 1010111 111110 111101

Color Harmonies of #A1D95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D95D

Black with #A1D95D

Text Example


Text Example

White with #A1D95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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