Html Css Color HEX #A1D95E Conifer

📋 copy color: '#A1D95E'

red 161 ◦ green 217 ◦ blue 94

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

Shades of Conifer #A1D95E

Tints of Conifer #A1D95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.92%

R = 34.11%
G = 45.97%
B = 19.92%

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

#A1D95E (or 0xA1D95E) is known color: Conifer. HEX triplet: A1, D9 and 5E. RGB value is (161,217,94). Sum of RGB (Red+Green+Blue) = 161+217+94=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D95E is #5E26A1. Grayscale: #BABABA. Windows color (decimal): -6170274 or 6216097. OLE color: 6216097.

HSL color Cylindrical-coordinate representation of color #A1D95E: hue angle of 87.32º 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 #A1D95E is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 217 94 -
CMYK 0.26 0 0.57 0.15
HSL 87.32º 0.62% 0.61% -
HSV(B) 87.32º 0.57% 0.85% -
XYZ 41.53 58.01 19.6 -
YUV 186.23 75.95 110 -
System Red Green Blue C M Y K H S L
Decimal 161 217 94 0.26 0 0.57 0.15 87.32 0.62 0.61
Hex A1 D9 5E 1A 0 39 F 57 3E 3D
Octal 241 331 136 32 0 71 17 127 76 75
Binary 10100001 11011001 1011110 11010 0 111001 1111 1010111 111110 111101

Color Harmonies of #A1D95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D95E

Black with #A1D95E

Text Example


Text Example

White with #A1D95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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