Html Css Color HEX #A1D865 Conifer

📋 copy color: '#A1D865'

red 161 ◦ green 216 ◦ blue 101

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

Shades of Conifer #A1D865

Tints of Conifer #A1D865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.13%

R = 33.68%
G = 45.19%
B = 21.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#A1D865 (or 0xA1D865) is known color: Conifer. HEX triplet: A1, D8 and 65. RGB value is (161,216,101). Sum of RGB (Red+Green+Blue) = 161+216+101=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D865 is #5E279A. Grayscale: #BABABA. Windows color (decimal): -6170523 or 6674593. OLE color: 6674593.

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

Color convert

RGB 161 216 101 -
CMYK 0.25 0 0.53 0.15
HSL 88.7º 0.6% 0.62% -
HSV(B) 88.7º 0.53% 0.85% -
XYZ 41.6 57.63 21.24 -
YUV 186.45 79.78 109.85 -
System Red Green Blue C M Y K H S L
Decimal 161 216 101 0.25 0 0.53 0.15 88.7 0.6 0.62
Hex A1 D8 65 19 0 35 F 59 3C 3E
Octal 241 330 145 31 0 65 17 131 74 76
Binary 10100001 11011000 1100101 11001 0 110101 1111 1011001 111100 111110

Color Harmonies of #A1D865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D865

Black with #A1D865

Text Example


Text Example

White with #A1D865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D865; }

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

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

background-color css

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

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

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

border-color css

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

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

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